Class
DataAxisLabelsControlBase<TAxisLabel, TPanel>

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: HorizontalDataAxisLabelsControlVerticalDataAxisLabelsControl

Inherited Members FastItemsControl<TAxisLabel, TPanel>.ItemsSourcePropertyFastItemsControl<TAxisLabel, TPanel>.ItemStylePropertyFastItemsControl<TAxisLabel, TPanel>.OnApplyTemplate()FastItemsControl<TAxisLabel, TPanel>.OnItemsChanged()FastItemsControl<TAxisLabel, TPanel>.OnItemAdded(TAxisLabel, object)FastItemsControl<TAxisLabel, TPanel>.OnItemRemoved(TAxisLabel, object)FastItemsControl<TAxisLabel, TPanel>.ItemsSourceFastItemsControl<TAxisLabel, TPanel>.ItemStyleFastItemsControl<TAxisLabel, TPanel>.ChildrenFastItemsControl<TAxisLabel, TPanel>.HostPanelFastItemsControlBase.OnApplyTemplate()FastItemsControlBase.ControlRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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 FastItemsControl<TAxisLabel, TPanel>.OnItemsChanged()