Gets the coordinates of specified data item when mapped to a Plot2D pixel.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
protected Point GetPixel ( |
Visual Basic Copy Code |
---|
Protected Function GetPixel( _ |
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.