[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ParametricFunctionSeriesBuilder-1

ParametricFunctionSeriesBuilder<T> Class

Defines a builder to configurate ParametricFunctionSeries<T>.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ParametricFunctionSeriesBuilder<T> : FunctionSeriesBuilder<T, ParametricFunctionSeries<T>, ParametricFunctionSeriesBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
ParametricFunctionSeriesBuilder(ParametricFunctionSeries<T>)

Creates one ParametricFunctionSeriesBuilder<T> instance to configurate obj.

Methods

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.