DataAxisTickBase
Class
An base class for the ticks of the DataAxes.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class DataAxisTickBase : Control
Inheritance: objectDataAxisTickBase
Derived Classes:
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 tick.
C#
public Brush Stroke { get; set; }
Gets or sets the tick's length in pixels.
C#
public double TickLength { get; set; }
Methods
Invoked whenever application code or internal processes (such as a rebuilding layout pass) calls System.Windows.Controls.Control.ApplyTemplate().
C#
public override void OnApplyTemplate()