Enum
ChartAnnotationLabelLocation

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.

Declaration

cs-api-definition
Bottom = 3

Field Value

ChartAnnotationLabelLocation

Inside

Inside specifies that the label is positioned inside the actual annotation (or centered to it).

Declaration

cs-api-definition
Inside = 4

Field Value

ChartAnnotationLabelLocation

Left

Left specifies that the label is positioned to the left of the actual annotation.

Declaration

cs-api-definition
Left = 0

Field Value

ChartAnnotationLabelLocation

Right

Right specifies that the label is positioned to the right of the actual annotation..

Declaration

cs-api-definition
Right = 2

Field Value

ChartAnnotationLabelLocation

Top

Top specifies that the label is positioned above the actual annotation.

Declaration

cs-api-definition
Top = 1

Field Value

ChartAnnotationLabelLocation

In this article
DefinitionFieldsBottomInsideLeftRightTop
Not finding the help you need?
Contact Support