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 zero-based index of the Series within the list of Series rendered by this Renderer2D.
An Axis reference specifying the X axis.
An Axis reference specifying the Y axis.
An instance of Plot2D or derived class.
A Point2D containing Plot2D coordinates corresponding to the specified data item.