[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Extended.YFunctionSeries

YFunctionSeries Class

Represents y=f(x) function.

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

Constructors

Name Description
YFunctionSeries()

Properties

Name Description
Function

Gets or sets the delegate that defines function.

FunctionCode

Gets or sets the function code(JavaScript).

FunctionCodeError

Gets the error text which was returned after evaluating FunctionCode expression. Returns empty string if the code was evaluated without errors or FunctionCode property value is empty.

Methods

Name Description
UpdateData()

Update plotted data values.