[]
        
(Showing Draft Content)

C1.Web.Mvc.ParametricFunctionSeries-1

ParametricFunctionSeries<T> Class

Represents a parametric extension of the FunctionSeries for the FlexChart.

Inheritance
ParametricFunctionSeries<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ParametricFunctionSeries<T> : FunctionSeries<T>
Type Parameters
Name Description
T

Constructors

Name Description
ParametricFunctionSeries(FlexChartCore<T>)

Creates one ParametricFunctionSeries<T> instance.

Properties

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.