The chart pane to draw the series on. If this is null, the series will be drawn 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 { get; set; }
Visual Basic (Declaration)
Public Property ChartPaneName As String
Visual C++
public:
property String^ ChartPaneName {
	String^ get ();
	void set (String^ value);
}

See Also