Search
Renderer2D.yData Method
See Also
 






Gets the Y value of specified data item.

Namespace: MindFusion.Charting
File: Renderer2D.js

 Syntax

JavaScript  Copy Code

function yData (seriesIndex, dataIndex)

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this Renderer2D.

dataIndex

An integer index of the data item in specified series.

 Return Value

A number value.

 See Also