Represents a series that calculates its values from provided formula.
The following tables list the members exposed by the FunctionSeries type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns 2. |
||
Gets or sets a delegate called to evaluate unknown functions used in the expression. |
||
Gets the function used to evaluate the series at a specific X. |
||
Implements Series.Size. Gets the number of data items in this series. |
||
Implements Series.SupportedLabels. |
||
Implements Series.Title. Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. |
||
Implements Series.GetValue. Evaluates the function expression for specified index. |
||
Implements Series.IsEmphasized. |
||
Implements Series.IsSorted. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |