Initializes a new instance of the FunctionSeries class.
Namespace: MindFusion.Charting
File: FunctionSeries.js
SyntaxJavaScript
Copy Code
|
|---|
function FunctionSeries (expression, size, minX, maxX) |
function. The function used to evaluate the series at a specific X.
number. An integer value specifying the number of values to calculate.
number. A double-precision number specifying the minimum value of function range.
number. A double-precision number specifying the maximum value of function range.
See Also