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

Namespace: FlexCel.Core

public class TLegendOptionsList: IEnumerable<Int32>

Constructors

Name Description
TLegendOptionsList 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
this[] Gets or sets the value for a data point or for the whole series (when key = -1).