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