Page tree
Skip to end of metadata
Go to start of metadata

Overload

Description

CreateSeries(Area)

Creates a new Series that is automatically added to the SeriesCollection. The series will be plotted on the primary axis, and its type will be the chart's ChartType.

CreateSeries(Area, ChartType, AxisType)

Creates a new Series that is automatically added to the SeriesCollection.

CreateSeries(Range)

Creates a new Series that is automatically added to the SeriesCollection. The series will be plotted on the primary axis, and its type will be the chart's ChartType.

CreateSeries(Range, ChartType, AxisType)

Creates a new Series that is automatically added to the SeriesCollection.

CreateSeries(String)

Creates a new Series that is automatically added to the SeriesCollection. The series will be plotted on the primary axis, and its type will be the chart's ChartType.

CreateSeries(String, ChartType, AxisType)

Creates a new Series that is automatically added to the SeriesCollection.
  • No labels