Search
FunctionSeries Constructor (String, Int32, Double, Double)
See Also
 






Initializes a new instance of the FunctionSeries class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public FunctionSeries (
    string fxExpression,
    int size,
    double minX,
    double maxX
)

Visual Basic  Copy Code

Public New ( _
    fxExpression As String, _
    size As Integer, _
    minX As Double, _
    maxX As Double _
)

 Parameters

fxExpression

A string specifying a mathematical expression to evaluate.

size

An integer value specifying the number of values to calculate.

minX

A double-precision number specifying the minimum value of function range.

maxX

A double-precision number specifying the maximum value of function range.

 See Also