Pocket PC Controls.com's Chart Control

Series Constructor (String, Color, SeriesType)

Initializes a new instance of the Series class

public Series(
   String seriesLabel,
   Color color,
   SeriesType seriesType
);

Parameters

String
Label for the series, to be show in the legend
Color
Color for the series to be show in
SeriesType
Type of series to be drawn

See Also

Series Class | PPCC.Chart Namespace | Series Constructor Overload List