Search
FunctionSeries Constructor
See Also
 






Initializes a new instance of the FunctionSeries class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

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

 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