[]
Represents a parametric extension of the FunctionSeries for the FlexChart.
public class ParametricFunctionSeries<T> : FunctionSeries<T>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ParametricFunctionSeries(FlexChartCore<T>) | Creates one ParametricFunctionSeries<T> instance. |
| Name | Description |
|---|---|
| ExtraSeriesTypeName | Gets the series name. |
| XFunc | Gets or sets the function used to calculate the x value. |
| YFunc | Gets or sets the function used to calculate the y value. |