Table of Contents

TLegendOptionsList Class

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

Syntax

Unit: FlexCel.Core

TLegendOptionsList = class(TFlexCelObject);

Constructors

Name Description
Create Creates a new TLegendOptionsList instance.

Methods

Name Description
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.
GetEnumerator Gets the enumerator for this class.

Properties

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