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

Initializes a new instance of the FunctionSeries class.

 Public Properties

  Name Description

dimensions

Gets the number of dimensions.

expression

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

size

Gets the number of elements in Data list.

supportedLabels

Gets the type of supported labels.

title

Gets or sets the title of this series.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns an element of the labels list.

getValue

Implements Series.GetValue. Returns a value for the specified data item in this series.

isEmphasized

Implements Series.IsEmphasized. Gets a value indicating whetherthe specified data item should be emphasized by the SeriesRenderer.

isSorted

Implements Series.IsSorted.

onDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

dataChanged

Raised when the values in this series change.

 See Also