Represents a series that calculates its values from provided formula.
The following tables list the members exposed by the FunctionSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the FunctionSeries class. |
Name | Description | |
---|---|---|
Gets the number of dimensions. |
||
Gets the function used to evaluate the series at a specific X. |
||
Gets the number of elements in Data list. |
||
Gets the type of supported labels. |
||
Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns an element of the labels list. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. |
||
Implements Series.IsEmphasized. Gets a value indicating whetherthe specified data item should be emphasized by the SeriesRenderer. |
||
Implements Series.IsSorted. |
||
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Raised when the values in this series change. |