Search
Renderer2D.xData Method
See Also
 






Gets the X value of specified data item.

Namespace: MindFusion.Charting
File: Renderer2D.js

 Syntax

JavaScript  Copy Code

function xData (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