Class DataAxisTickBase
An base class for the ticks of the DataAxes.
Inheritance
System.Object
DataAxisTickBase
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class DataAxisTickBase : Control, IDataAxisItem
Fields
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
TickLengthProperty
Identifies the TickLength dependency property.
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Stroke
Gets or sets the stroke of the tick.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
|
TickLength
Gets or sets the tick's length in pixels.
Declaration
public double TickLength { get; set; }
Property Value
System.Double
|