Interface IAnnotation | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Describes an overlay element that is rendered either before or after a series.
Annotations can be positioned either in screen space (e.g. a legend) or in graph space (e.g. a line showing high point)
Unlike ISeries, annotations are allowed to draw into graph margins
public interface IAnnotation
Properties
True if annotation should be drawn before ISeries. This allows Series and later annotations to potentially draw over the top of this annotation.
Methods
Called once after series have been rendered (or before if BeforeSeries is true). UseDriver to draw and Viewport to avoid drawing outside of graph