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.UI.Xaml.DependencyProperty
|
TickLengthProperty
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
TickLength
Declaration
public double TickLength { get; set; }
Property Value
|
System.Double
|
Methods
OnItemsChanged()
Declaration
protected override void OnItemsChanged()
Overrides
Telerik.UI.Xaml.Controls.DataVisualization.FastItemsControl<TAxisTick, TPanel>.OnItemsChanged()