Table of Contents

ExcelChart.SetSeries Method

Sets a Series value. Note that for xlsx charts, this will change the **data range** and the **options** of the series. If you only want to change the data range, pass null options to the method.

Syntax

Namespace: FlexCel.Core

public abstract void SetSeries(Int32 index, ChartSeries value)

Parameters

<-> Parameter Type Description
index Int32 Index of the series to set.(1 based)
value ChartSeries Series definition.

See also