Class
DataAxisTickBase

An base class for the ticks of the DataAxes.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class DataAxisTickBase : RadControl

Inheritance: objectRadControlDataAxisTickBase

Derived Classes: HorizontalDataAxisTickVerticalDataAxisTick

Inherited Members RadControl.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.OnApplyTemplate()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 tick.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

TickLength

Gets or sets the tick's length in pixels.

Declaration

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

Property Value

double