Class ChartAnnotationLabelDefinition
Inheritance
System.Object
ChartAnnotationLabelDefinition
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartAnnotationLabelDefinition : DependencyObject
Constructors
ChartAnnotationLabelDefinition()
Declaration
public ChartAnnotationLabelDefinition()
Fields
DefaultVisualStyleProperty
Declaration
public static readonly DependencyProperty DefaultVisualStyleProperty
Field Value
Microsoft.
|
FormatProperty
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
Microsoft.
|
HorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty HorizontalAlignmentProperty
Field Value
Microsoft.
|
HorizontalOffsetProperty
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
Microsoft.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
LocationProperty
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
Microsoft.
|
VerticalAlignmentProperty
Declaration
public static readonly DependencyProperty VerticalAlignmentProperty
Field Value
Microsoft.
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
Microsoft.
|
Properties
DefaultVisualStyle
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
Microsoft.
|
Format
Declaration
public string Format { get; set; }
Property Value
System.
|
HorizontalAlignment
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Microsoft.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
Location
Declaration
public ChartAnnotationLabelLocation Location { get; set; }
Property Value
VerticalAlignment
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Microsoft.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|