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