Set the pane to draw this object on.

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

Syntax

C#
public virtual void SetChartPane(
	string chartPaneName
)
Visual Basic (Declaration)
Public Overridable Sub SetChartPane ( _
	chartPaneName As String _
)
Visual C++
public:
virtual void SetChartPane(
	String^ chartPaneName
)

Parameters

chartPaneName
Type: System..::.String
Text containing the pane name.

Implements

IChartObject..::.SetChartPane(String)

See Also