Message-ID: <1123877140.8575.1711650636387.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8574_580412602.1711650636387" ------=_Part_8574_580412602.1711650636387 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html SeriesCollection.CreateSeries(Range)

SeriesCollection.CreateSeries(Range)

Descrip= tion

=20

Creates a new Series that is automat= ically added to the SeriesCollect= ion. The series will be plotted on the primary axis, and its type will = be the chart's ChartType.

=20
C#
=20
 public Series CreateSeries(Range range)
=20
=20
vb.net
=20
Public Function CreateSeries(ByVal range As Range) As Series
=20
=20

Parameters

= =20
range
A=20 Range object representi= ng the cells that contain the source data for the new series.=20

Returns

A=20 Series object representing the new data series.=20

Exceptions

= =20
ArgumentE= xception
The rules for creating series are described under=20 SeriesCollection= . If these rules would be violated by creating this series, then an Arg= umentException will be thrown and the series will not be created. You will = instead need to specify a=20 ChartType and=20 AxisType that are co= nsistent with the rules for creating series.
------=_Part_8574_580412602.1711650636387--