The graph type.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also