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