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

Version 1 Next »

Description

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

C#
vb.net

Parameters

area
A Area object representing the cells that contain the source data for the new series.
chartType
The type of series to add. This method will throw an exception if the specified type is not compatible with an existing series type in the chart.
axisType
Specifies whether the series will be associated with the primary or secondary axis.

Returns

A Series object representing the new data series.
  • No labels