New to Telerik UI for WPFStart a free 30-day trial

A base class for the horizontal and vertical data axis ticks control.

Definition

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: FastItemsControl<TAxisTick, TPanel>.OnItemsChanged()