[]
Defines a builder to configurate ParametricFunctionSeries<T>.
public class ParametricFunctionSeriesBuilder<T> : FunctionSeriesBuilder<T, ParametricFunctionSeries<T>, ParametricFunctionSeriesBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
ParametricFunctionSeriesBuilder(ParametricFunctionSeries<T>) | Creates one ParametricFunctionSeriesBuilder<T> instance to configurate |
Name | Description |
---|---|
XFunc(string) | Configurates XFunc. Sets the function used to calculate the x value. |
YFunc(string) | Configurates YFunc. Sets the function used to calculate the y value. |