Class DataAxisTicksControlBase<TAxisTick, TPanel>
A base class for the horizontal and vertical data axis ticks control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class DataAxisTicksControlBase<TAxisTick, TPanel> : FastItemsControl<TAxisTick, TPanel> where TAxisTick : DataAxisTickBase, new()
where TPanel : Panel, new()
Type Parameters
TAxisTick
|
TPanel
|
Fields
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
TickLengthProperty
Identifies the TickLength dependency property.
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Stroke
Gets or sets the stroke of the axis line and axis ticks.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
|
TickLength
Gets or sets the ticks' length.
Declaration
public double TickLength { get; set; }
Property Value
System.Double
|
Methods
OnItemsChanged()
This method is called whenever items are added or removed.
Declaration
protected override void OnItemsChanged()