Class ChartAnnotationLabelDefinition
Describes the appearance of the labels within a Chart
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.
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
System.
|
Format
Gets or sets the string used to format the label content, using the String.
Declaration
public string Format { get; set; }
Property Value
System.
|
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
System.
|
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
Location
Gets or sets the location of the label.
Declaration
public ChartAnnotationLabelLocation Location { get; set; }
Property Value
Template
Gets or sets the System.
Declaration
public DataTemplate Template { get; set; }
Property Value
System.
|
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
System.
|
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|