Table of Contents

ExcelChart.GetSeries Method

Returns a series definition.

Syntax

Namespace: FlexCel.Core

public abstract ChartSeries GetSeries(Int32 index, Boolean getDefinitions, Boolean getValues, Boolean getOptions)

Parameters

<-> Parameter Type Description
index Int32 Index of the series you want to return. (1 based)
getDefinitions Boolean If false, this method will not return the series formulas, so it will be a little faster.
getValues Boolean If false, this method will not return the series values, so it will be a little faster and use less memory.
getOptions Boolean If false, this method will not return the series options.

Returns

series description.

See also