Table of Contents

TLegendOptionsList.Add Method

Adds a new option to the list. If the option is null, nothing will be done.

Syntax

Unit: FlexCel.Core

procedure TLegendOptionsList.Add(const PointNumber: Integer; const Options: TLegendEntryOptions);

Parameters

<-> Parameter Type Description
const PointNumber Integer Point where this value applies. -1 means the whole series.
const Options TLegendEntryOptions Options to add.

See also