Class DataAxisLabelBase
A base class for the horizontal and vertical axis labels.
Inheritance
System.Object
DataAxisLabelBase
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class DataAxisLabelBase : Control, IDataAxisItem
Fields
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
LabelTextProperty
Identifies the LabelText dependency property.
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelStyle
Gets or sets the style that is applied to the label.
Declaration
public Style LabelStyle { get; set; }
Property Value
System.Windows.Style
|
LabelText
Gets or sets the label text.
Declaration
public string LabelText { get; set; }
Property Value
System.String
|