Retrieves the width of this object.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public virtual int GetWidth()
Visual Basic (Declaration)
Public Overridable Function GetWidth As Integer
Visual C++
public:
virtual int GetWidth()

Return Value

Integer containing the width.

Implements

IChartObject..::.GetWidth()()()

See Also