StructChartAnnotationLabelDefinition
Describes the appearance of the labels within a ChartAnnotation.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public struct ChartAnnotationLabelDefinition
Inherited Members
Properties
DefaultVisualStyle
Gets or sets the Style instance that defines the appearance of the default label visual - TextBlock instance.
Declaration
public Style DefaultVisualStyle { readonly get; set; }
Property Value
Style
Format
Gets or sets the string used to format the label content, using the method.
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public HorizontalAlignment HorizontalAlignment { readonly get; set; }
Property Value
HorizontalAlignment
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { readonly get; set; }
Property Value
Location
Gets or sets the location of the label.
Declaration
public ChartAnnotationLabelLocation Location { readonly get; set; }
Property Value
Template
Gets or sets the DataTemplate instance that may be used to define custom-looking label.
Declaration
public DataTemplate Template { readonly get; set; }
Property Value
DataTemplate
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public VerticalAlignment VerticalAlignment { readonly get; set; }
Property Value
VerticalAlignment
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { readonly get; set; }
Property Value