Search
FunctionSeries Constructor
See Also
 






Initializes a new instance of the FunctionSeries class.

Namespace: MindFusion.Charting
File: FunctionSeries.js

 Syntax

JavaScript  Copy Code

function FunctionSeries (expression, size, minX, maxX)

 Parameters

expression

function. The function used to evaluate the series at a specific X.

size

number. An integer value specifying the number of values to calculate.

minX

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

maxX

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

 See Also