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