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






Implements Series.GetValue. Returns a coordinate of specified point in this series.

Namespace: MindFusion.Charting
File: StockPriceSeries.js

 Syntax

JavaScript  Copy Code

function getValue (index, dimension)

 Parameters

index

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

dimension

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

 Return Value

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

 See Also

StockPriceSeries Members
StockPriceSeries Class
MindFusion.Charting Namespace