Retrieves the chart pane name where this object resides.

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

Syntax

C#
public virtual string GetChartPane()
Visual Basic (Declaration)
Public Overridable Function GetChartPane As String
Visual C++
public:
virtual String^ GetChartPane()

Return Value

string containing the chart pane name.

Implements

IChartObject..::.GetChartPane()()()

See Also