Defines the supported locations of the annotation's label.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum ChartAnnotationLabelLocation
Fields
Label is positioned to the bottom.
C#
Bottom = 3
Label is positioned inside.
C#
Inside = 4
Label is positioned to the left.
C#
Left = 0
Label is positioned to the right.
C#
Right = 2
Label is positioned to the top.
C#
Top = 1