Class
DataAxisTicksControlBase<TAxisTick, TPanel>

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: HorizontalDataAxisTicksControlVerticalDataAxisTicksControl

Inherited Members FastItemsControl<TAxisTick, TPanel>.ItemsSourcePropertyFastItemsControl<TAxisTick, TPanel>.ItemStylePropertyFastItemsControl<TAxisTick, TPanel>.OnApplyTemplate()FastItemsControl<TAxisTick, TPanel>.OnItemsChanged()FastItemsControl<TAxisTick, TPanel>.OnItemAdded(TAxisTick, object)FastItemsControl<TAxisTick, TPanel>.OnItemRemoved(TAxisTick, object)FastItemsControl<TAxisTick, TPanel>.ItemsSourceFastItemsControl<TAxisTick, TPanel>.ItemStyleFastItemsControl<TAxisTick, TPanel>.ChildrenFastItemsControl<TAxisTick, TPanel>.HostPanelFastItemsControlBase.OnApplyTemplate()FastItemsControlBase.OnInitialized(EventArgs)FastItemsControlBase.ControlRoot

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.

Declaration

cs-api-definition
public double TickLength { get; set; }

Property Value

double

Methods

OnItemsChanged()

This method is called whenever items are added or removed.

Declaration

cs-api-definition
protected override void OnItemsChanged()

Overrides FastItemsControl<TAxisTick, TPanel>.OnItemsChanged()