Gets the coordinates of specified data item when mapped to a Plot2D pixel.
Namespace: MindFusion.Charting
File: Renderer2D.js
JavaScript Copy Code |
---|
function getPixel1 (valueX, xAxis, valueY, yAxis, component) |
The X value of data item in logical coordinate system.
The X Axis from which logical value is mapped to plot's actual width.
The Y value of data item in logical coordinate system.
The Y Axis from which logical value is mapped to plot's actual height.
An instance of Plot2D or derived class.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |