ClassDataAxisTickBase
Class
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:
Inherited Members
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.