Class ChartSeriesLabelDefinition
Inheritance
System.Object
ChartSeriesLabelDefinition
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartSeriesLabelDefinition : DependencyObject
Constructors
ChartSeriesLabelDefinition()
Declaration
public ChartSeriesLabelDefinition()
Fields
BindingProperty
Declaration
public static readonly DependencyProperty BindingProperty
Field Value
Microsoft.
|
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.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
LabelTemplateSelectorProperty
Declaration
public static readonly DependencyProperty LabelTemplateSelectorProperty
Field Value
Microsoft.
|
MarginProperty
Declaration
public static readonly DependencyProperty MarginProperty
Field Value
Microsoft.
|
StrategyProperty
Declaration
public static readonly DependencyProperty StrategyProperty
Field Value
Microsoft.
|
VerticalAlignmentProperty
Declaration
public static readonly DependencyProperty VerticalAlignmentProperty
Field Value
Microsoft.
|
Properties
Binding
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.
|
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
LabelTemplateSelector
Declaration
public DataTemplateSelector LabelTemplateSelector { get; set; }
Property Value
Microsoft.
|
Margin
Declaration
public Thickness Margin { get; set; }
Property Value
Microsoft.
|
Strategy
Declaration
public ChartSeriesLabelStrategy Strategy { get; set; }
Property Value
VerticalAlignment
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Microsoft.
|