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