MindFusion.Charting for JavaScript Programmer's Guide
FunctionSeries.getValue Method
See Also
 






Implements Series.GetValue. Returns a value for the specified data item in this series.

Namespace: MindFusion.Charting
File: FunctionSeries.js

 Syntax

JavaScript  Copy Code

function getValue (index, dimension)

 Parameters

index

Type: Number
Number. An integer value specifying the index of a data item.

dimension

Type: Number
Number. An integer value specifying the dimension whose coordinate to return.

 Return Value

Type: Number
Number. A double-precision number representing the value of a data item in the series.

 See Also

FunctionSeries Members
FunctionSeries Class
MindFusion.Charting Namespace