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