New to Telerik UI for WPFStart a free 30-day trial

A base class for the horizontal and vertical axis labels controls.

Definition

Fields

LabelStyleProperty

DependencyProperty

Identifies the LabelStyle dependency property.

C#
public static readonly DependencyProperty LabelStyleProperty

Properties

Gets or sets the style that is applied to the labels.

C#
public Style LabelStyle { get; set; }

Methods

This method is called whenever items are added or removed.

C#
protected override void OnItemsChanged()

Overrides: FastItemsControl<TAxisLabel, TPanel>.OnItemsChanged()