DataAxisLabelBase
Class
A base class for the horizontal and vertical axis labels.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class DataAxisLabelBase : Control
Inheritance: objectDataAxisLabelBase
Derived Classes:
Fields
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle dependency property.
C#
public static readonly DependencyProperty LabelStyleProperty
LabelTextProperty
DependencyProperty
Identifies the LabelText dependency property.
C#
public static readonly DependencyProperty LabelTextProperty
Properties
LabelStyle
Style
Gets or sets the style that is applied to the label.
C#
public Style LabelStyle { get; set; }