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:
C#
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:
Inherited Members
Fields
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle dependency property.
C#
public static readonly DependencyProperty LabelStyleProperty
Properties
LabelStyle
Style
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: