Class
DataAxisTicksControlBase<TAxisTick, TPanel>

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

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.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: objectRadControlFastItemsControlBaseFastItemsControl<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.ControlRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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()