ClassDataAxisTicksControlBase<TAxisTick, TPanel>
Class
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:
cs-api-definition
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
Identifies the Stroke dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
TickLengthProperty
Identifies the TickLength dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TickLengthProperty
Field Value
DependencyProperty
Properties
Stroke
Gets or sets the stroke of the axis line and axis ticks.
Declaration
cs-api-definition
public Brush Stroke { get; set; }
Property Value
Brush
TickLength
Gets or sets the ticks' length.
Methods
OnItemsChanged()
This method is called whenever items are added or removed.
Declaration
cs-api-definition
protected override void OnItemsChanged()
Overrides