[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Extended.ParametricFunctionSeries

ParametricFunctionSeries Class

Represent function series with coordinates defined as two functions x=x(t) and y=y(t).

Namespace: C1.WPF.C1Chart.Extended
Assembly: C1.WPF.C1Chart.Extended.4.6.2.dll
Syntax
public class ParametricFunctionSeries : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
ParametricFunctionSeries()

Properties

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.

Methods

Name Description
UpdateData()

Update plotted data values.