ASP.NET Pack Programmer's Guide
DateTimeSeries.getValue Method
See Also
 





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

Namespace: MindFusion.Charting
Package: DateTimeSeries.js

 Syntax

JavaScript  Copy Code

function getValue (index, dimension)

 Parameters

index

An integer value specifying the index of a data item.

dimension

An integer value specifying the dimension whose coordinate to return.

 Return Value

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

 See Also

DateTimeSeries Members
DateTimeSeries Class
MindFusion.Charting Namespace