Table of Contents

TSeriesOptionsList Class

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

Syntax

Namespace: FlexCel.Core

public class TSeriesOptionsList: IEnumerable, IEnumerable<Int32>

Constructors

Name Description
TSeriesOptionsList Creates a new TSeriesOptionsList 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).
Count Count of options.