[]
Represents y=f(x) function.
public class YFunctionSeries : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| YFunctionSeries() |
| Name | Description |
|---|---|
| Function | Gets or sets the delegate that defines function. |
| FunctionCode | Gets or sets the function code(JavaScript). |
| FunctionCodeError | Gets the error text which was returned after evaluating FunctionCode expression. Returns empty string if the code was evaluated without errors or FunctionCode property value is empty. |
| Name | Description |
|---|---|
| UpdateData() | Update plotted data values. |