Gets the coordinates of the specified data item when mapped to a Plot2D pixel.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
protected Point2D getPixel ( |
The X value of the data item in the logical coordinate system.
The X-Axis from which the logical value is mapped to the plot's actual width.
The Y value of the data item in the logical coordinate system.
The Y-Axis from which the logical value is mapped to the plot's actual height.
An instance of Plot2D or derived class.
A Point2D with the Plot2D coordinates corresponding to the specified data item.