Table of Contents

ExcelChart.SetSeriesInSubchart 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 SetSeriesInSubchart(Int32 subchart, Int32 indexInSubchart, ChartSeries value)

Parameters

<-> Parameter Type Description
subchart Int32 Subchart where we want to set the series. (1 based)
indexInSubchart Int32 Index of the series to set inside the subchart.(1 based)
value ChartSeries Series definition.

See also