Initializes a new instance of the Series class
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);
Series Class | PPCC.Chart Namespace