Specifies the pane that this indicator will be plotted on.

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

Syntax

C#
public ChartPaneEnum ChartPane { get; set; }
Visual Basic (Declaration)
Public Property ChartPane As ChartPaneEnum
Visual C++
public:
property ChartPaneEnum ChartPane {
	ChartPaneEnum get ();
	void set (ChartPaneEnum value);
}

See Also