Gets the coordinates of specified data item when mapped to a Plot2D pixel.
Namespace: MindFusion.Charting
File: StackRenderer.js
JavaScript Copy Code |
---|
function getPixel (seriesIndex, dataIndex, xAxis, yAxis, component) |
Type: Number
An integer index of a Series within the list of series rendered by this Renderer2D.
Type: Number
An integer index of the data item in specified series.
Type: Axis
An Axis reference specifying the X axis.
Type: Axis
An Axis reference specifying the Y axis.
Type: Component
An instance of Plot2D or derived class.
Type: Point
A Point containing Plot2D coordinates corresponding to specified data item.