Table of Contents

Method DrawAxisLabel

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

DrawAxisLabel(GraphView, int, string)

Draws the given text on the axis at x screenPosition. For the screen y position use GetAxisYPosition(GraphView)

public override void DrawAxisLabel(GraphView graph, int screenPosition, string text)

Parameters

graph GraphView

Graph being drawn onto

screenPosition int

Number of screen columns along the axis to take before rendering

text string

Text to render under the axis tick