Table of Contents

TLegendOptionsList.Add Method

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

Syntax

Namespace: FlexCel.Core

public void Add(Int32 PointNumber, TLegendEntryOptions Options)

Parameters

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

See also