Initializes a new instance of the FunctionSeries class.
Namespace: MindFusion.Charting
File: FunctionSeries.js
JavaScript 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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |