Table of Contents

Method DrawText

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

DrawText(GraphView, int, int)

Draws the Text at the given coordinates with truncation to avoid spilling over of the graph

protected void DrawText(GraphView graph, int x, int y)

Parameters

graph GraphView
x int

Screen x position to start drawing string

y int

Screen y position to start drawing string