Search
Renderer2D.imageData Method
See Also
 






Gets the image axis coordinate (output value) of specified data item.

Namespace: MindFusion.Charting
File: Renderer2D.js

 Syntax

JavaScript  Copy Code

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