Table of Contents

IExcelChart.AddSeries Method

Adds a series to the chart.

Syntax

Unit: FlexCel.Core

function IExcelChart.AddSeries(value: IChartSeries): Integer; virtual; abstract;

Parameters

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

Returns

Index of the newly added series.

See also