Create a ChartSeries object of the specified type.

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

Syntax

C#
public ChartSeries(
	SeriesChartType chartType
)
Visual Basic (Declaration)
Public Sub New ( _
	chartType As SeriesChartType _
)
Visual C++
public:
ChartSeries(
	SeriesChartType chartType
)

Parameters

chartType
Type: RightEdge.Common..::.SeriesChartType
SeriesChartType that this ChartSeries object will be created as.

See Also