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 in the list of Series rendered by this Renderer2D.
The zero-based index of the data item in the specified Series.
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 specified data item.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |