MindFusion.Charting for WebForms Programmer's Guide
PointSeries3D.getValue Method
See Also
 



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

Namespace: MindFusion.Charting
Assembly: PointSeries3D.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

PointSeries3D Members
PointSeries3D Class
MindFusion.Charting Namespace