[]
Represent function series with coordinates defined as two functions x=x(t) and y=y(t).
public class ParametricFunctionSeries : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
ParametricFunctionSeries() |
Name | Description |
---|---|
XFunction | Gets or sets the function calculating x-value of data point. |
XFunctionCode | Gets or sets the code of function calculating x-value of data point. |
XFunctionCodeError | Gets the error message for the x-function. |
YFunction | Gets or sets the function calculating y-value of data point. |
YFunctionCode | Gets or sets the code of function calculating y-value of data point. |
YFunctionCodeError | Gets the error message for the y-function. |
Name | Description |
---|---|
UpdateData() | Update plotted data values. |