Pocket PC Controls.com's Chart Control

Series Constructor (Color, SeriesType, ScatterShape)

Initializes a new instance of the Series class

public Series(
   Color color,
   SeriesType seriesType,
   ScatterShape scatterShape
);

Parameters

Color
Color for the series to be show in
SeriesType
Type of series to be drawn
ScatterShape
Shape for the scatter object to be drawn in with this series

See Also

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