Gets or sets the flag to show the cycle line text.

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

Syntax

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

See Also