Class ChartAnnotationLabelLocation
Defines the supported locations of the annotation's label.
Inheritance
System.Object
ChartAnnotationLabelLocation
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartAnnotationLabelLocation : Enum
Fields
Bottom
Label is positioned to the bottom.
Declaration
public const ChartAnnotationLabelLocation Bottom
Field Value
ChartAnnotationLabelLocation
|
Inside
Label is positioned inside.
Declaration
public const ChartAnnotationLabelLocation Inside
Field Value
ChartAnnotationLabelLocation
|
Left
Label is positioned to the left.
Declaration
public const ChartAnnotationLabelLocation Left
Field Value
ChartAnnotationLabelLocation
|
Right
Label is positioned to the right.
Declaration
public const ChartAnnotationLabelLocation Right
Field Value
ChartAnnotationLabelLocation
|
Top
Label is positioned to the top.
Declaration
public const ChartAnnotationLabelLocation Top
Field Value
ChartAnnotationLabelLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|