Gets or sets the ChartType for this series.

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

Syntax

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

See Also