Table of Contents

ExcelChart.AddSeries Method

Adds a series to the chart.

Syntax

Namespace: FlexCel.Core

public abstract Int32 AddSeries(ChartSeries value)

Parameters

<-> Parameter Type Description
value ChartSeries Definition of the new series

Returns

Index of the newly added series.

See also