Class
DataAxisLabelsControlBase<TAxisLabel, TPanel>

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

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.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: objectFastItemsControlBaseFastItemsControl<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.OnInitialized(EventArgs)FastItemsControlBase.ControlRoot

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()