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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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