Defines the position of the annotation in the chart draw stack.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum AnnotationDrawMode
Fields
Draws the annotation above the chart view series. This is the default mode.
C#
AboveSeries = 0
Draws the annotation below the chart view series.
C#
BelowSeries = 1