Class DataAxisTicksControlBase<TAxisTick, TPanel>
Inheritance
System.Object
FastItemsControl <TAxisTick, TPanel>
DataAxisTicksControlBase<TAxisTick, TPanel>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DataAxisTicksControlBase<TAxisTick, TPanel> : FastItemsControl<TAxisTick, TPanel> where TAxisTick : DataAxisTickBase, new()
where TPanel : Panel, new()
Type Parameters
TAxisTick
|
TPanel
|
Fields
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
TickLengthProperty
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
Microsoft.
|
Properties
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
TickLength
Declaration
public double TickLength { get; set; }
Property Value
System.
|
Methods
OnItemsChanged()
Declaration
protected override void OnItemsChanged()
Overrides
Telerik.UI.Xaml.Controls.DataVisualization.FastItemsControl<TAxisTick, TPanel>.OnItemsChanged()