ClassDataAxisLabelsControlBase<TAxisLabel, TPanel>
Class
A base class for the horizontal and vertical axis labels controls.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Type Parameters:
TAxisLabel
TPanel
Syntax:
cs-api-definition
public abstract class DataAxisLabelsControlBase<TAxisLabel, TPanel> : FastItemsControl<TAxisLabel, TPanel> where TAxisLabel : DataAxisLabelBase, new() where TPanel : Panel, new()
Inheritance: objectRadControlFastItemsControlBaseFastItemsControl<TAxisLabel, TPanel>DataAxisLabelsControlBase<TAxisLabel, TPanel>
Derived Classes:
Inherited Members
Fields
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LabelStyleProperty
Field Value
DependencyProperty
Properties
LabelStyle
Gets or sets the style that is applied to the labels.
Declaration
cs-api-definition
public Style LabelStyle { get; set; }
Property Value
Style
Methods
OnItemsChanged()
This method is called whenever items are added or removed.
Declaration
cs-api-definition
protected override void OnItemsChanged()
Overrides