Table of Contents

TSeriesOptionsList Class

A list of options for the whole series and for specific data points inside these series.

Syntax

Unit: FlexCel.Core

TSeriesOptionsList = class(TObject);

Constructors

Name Description
Create Creates a new TSeriesOptionsList instance.

Methods

Name Description
GetEnumerator Gets the enumerator for this class.
Add Adds a new option to the list. If the option is null, nothing will be done.
GetValues Gets all the values of the series.

Properties

Name Description
Count Count of options.
Item[const key] Gets or sets the value for a data point or for the whole series (when key = -1).