Pocket PC Controls.com's Chart Control

Series Constructor

Initializes a new instance of the Series class

Overload List

Initializes a new instance of the Series class

public Series();

Initializes a new instance of the Series class

public Series(Color,SeriesType);

Initializes a new instance of the Series class

public Series(Color,SeriesType,ScatterShape);

Initializes a new instance of the Series class

public Series(String,SeriesType);

Initializes a new instance of the Series class

public Series(String,SeriesType,ScatterShape);

Initializes a new instance of the Series class

public Series(String,Color,SeriesType);

Initializes a new instance of the Series class

public Series(String,Color,SeriesType,ScatterShape);

See Also

Series Class | PPCC.Chart Namespace