Class TextAnnotation | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Displays text at a given position (in screen space or graph space)
public class TextAnnotation : IAnnotation
Inheritance
TextAnnotation
Implements
Inherited Members
Properties
True to add text before plotting series. Defaults to false
The location in graph space to draw the Text. This annotation will only show if the point is in the current viewable area of the graph presented in the GraphView
The location on screen to draw the Text regardless of scroll/zoom settings. This overridesGraphPosition if specified.
Text to display on the graph
Methods
Draws the Text at the given coordinates with truncation to avoid spilling over of the graph
Draws the annotation