Enum
ChartAnnotationLabelLocation

Defines the supported locations of the annotation's label.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum ChartAnnotationLabelLocation

Fields

Bottom

Label is positioned to the bottom.

Declaration

cs-api-definition
Bottom = 3

Field Value

ChartAnnotationLabelLocation

Inside

Label is positioned inside.

Declaration

cs-api-definition
Inside = 4

Field Value

ChartAnnotationLabelLocation

Left

Label is positioned to the left.

Declaration

cs-api-definition
Left = 0

Field Value

ChartAnnotationLabelLocation

Right

Label is positioned to the right.

Declaration

cs-api-definition
Right = 2

Field Value

ChartAnnotationLabelLocation

Top

Label is positioned to the top.

Declaration

cs-api-definition
Top = 1

Field Value

ChartAnnotationLabelLocation

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