Class DataAxisLabelBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DataAxisLabelBase : RadControl, IDataAxisItem
Fields
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LabelTextProperty
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
LabelText
Declaration
public string LabelText { get; set; }
Property Value
|
System.String
|