PPCC Namespace
Gets or sets the type of chart series to draw

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

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

See Also