Method GraphSpaceToScreen
GraphSpaceToScreen(PointF)
Calculates the screen location for a given point in graph space. Bear in mind these may be off screen.
public Point GraphSpaceToScreen(PointF location)
Parameters
location
PointFPoint in graph space that may or may not be represented in the visible area of graph currently presented. E.g. 0,0 for origin.
Returns
- Point
Screen position (Column/Row) which would be used to render the graph
location
. Note that this can be outside the current content area of the view.