The name of the chart pane the series will be displayed on. If this is null, it will be displayed on the price pane.

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

Syntax

C#
public string ChartPaneName { set; }
Visual Basic (Declaration)
Public WriteOnly Property ChartPaneName As String
Visual C++
public:
property String^ ChartPaneName {
	void set (String^ value);
}

See Also