Implements Series.GetValue. Returns a value for the specified data item in this series.
Namespace: MindFusion.Charting
File: FunctionSeries.js
JavaScript Copy Code |
---|
function getValue (index, dimension) |
Number. An integer value specifying the index of a data item.
Number. An integer value specifying the dimension whose coordinate to return.
Number. A double-precision number representing the value of a data item in the series.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |