Method DrawAxisLabel
DrawAxisLabel(GraphView, int, string)
Draws the given text
on the axis at y screenPosition
.
For the screen x position use GetAxisXPosition(GraphView)
public override void DrawAxisLabel(GraphView graph, int screenPosition, string text)
Parameters
graph
GraphViewGraph being drawn onto
screenPosition
intNumber of rows from the top of the screen (i.e. down the axis) before rendering
text
stringText to render to the left of the axis tick. Ensure to set MarginLeft or ScrollOffset sufficient that it is visible