EnumChartAnnotationLabelLocation
Enum
Defines the primary label location for a CartesianGridLineAnnotation or CartesianPlotBandAnnotation.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum ChartAnnotationLabelLocation
Fields
Bottom
Bottom specifies that the label is positioned below the actual annotation.
Inside
Inside specifies that the label is positioned inside the actual annotation (or centered to it).
Left
Left specifies that the label is positioned to the left of the actual annotation.
Right
Right specifies that the label is positioned to the right of the actual annotation..
Top
Top specifies that the label is positioned above the actual annotation.