Pocket PC Controls.com's Chart Control

Series Constructor (String, SeriesType, ScatterShape)

Initializes a new instance of the Series class

public Series(
   String seriesLabel,
   SeriesType seriesType,
   ScatterShape scatterShape
);

Parameters

String
Label for the series, to be show in the legend
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