Gets the coordinates of specified data item when mapped to a Plot2D pixel.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected new Point GetPixel ( |
Visual Basic
Copy Code
|
|---|
Protected Shadows Function GetPixel( _ |
An integer index of a Series within the list of series rendered by this Renderer2D.
An integer index of the data item in specified series.
An Axis reference specifying the X axis.
An Axis reference specifying the Y axis.
An instance of Plot2D or derived class.
A Point containing Plot2D coordinates corresponding to specified data item.
See Also