Class ChartSeriesLabelDefinition
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 ChartSeriesLabelDefinition : ValueType
Properties
Binding
Gets or sets the Data
Declaration
public DataPointBinding Binding { get; set; }
Property Value
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 alignment along the X-axis of each label relative to the Data
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
System.
|
Margin
Gets or sets the System.
Declaration
public Thickness Margin { get; set; }
Property Value
System.
|
Strategy
Gets or sets a custom Chart
Declaration
public ChartSeriesLabelStrategy Strategy { get; set; }
Property Value
Template
Gets or sets the System.
Declaration
public DataTemplate Template { get; set; }
Property Value
System.
|
TemplateSelector
Gets or sets the System.
Declaration
public DataTemplateSelector TemplateSelector { get; set; }
Property Value
System.
|
VerticalAlignment
Gets or sets the alignment along the Y-axis of each label relative to the Data
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
System.
|