Determines whether the series will be displayed on a chart or not.

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

Syntax

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

See Also