Search
FunctionSeries Members
Constructors Properties Methods Events
 


Represents a series that calculates its values from provided formula.

The following tables list the members exposed by the FunctionSeries type.

 Public Constructors

  Name Description

FunctionSeries

Overloaded.  

 Public Properties

  Name Description

Dimensions

Implements Series.Dimensions. Returns 2.

Expression

Gets the function used to evaluate the series at a specific X.

Size

Implements Series.Size. Gets the number of data items in this series.

SupportedLabels

Implements Series.SupportedLabels.

Title

Implements Series.Title. Gets or sets the title of this series.

 Public Methods

  Name Description

GetLabel

Implements Series.GetLabel.

GetValue

Implements Series.GetValue. Evaluates the function expression for specified index.

IsEmphasized

Implements Series.IsEmphasized.

IsSorted

Implements Series.IsSorted.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also