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
graphGraphViewGraph being drawn onto
screenPositionintNumber of rows from the top of the screen (i.e. down the axis) before rendering
textstringText to render to the left of the axis tick. Ensure to set MarginLeft or ScrollOffset sufficient that it is visible