Gets or sets the default drawing pane for the indicator.

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

Syntax

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

Remarks

If this value is null or Nothing, the Price Pane is used.

See Also