Class AutomaticTickLengthProvider
Inheritance
System.Object
AutomaticTickLengthProvider
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AutomaticTickLengthProvider : TickProviderBase
Constructors
Declaration
public AutomaticTickLengthProvider()
Declaration
public AutomaticTickLengthProvider(Threshold threshold)
Parameters
Fields
Declaration
public static readonly AutomaticTickLengthProvider MajorProvider
Field Value
Declaration
public static readonly AutomaticTickLengthProvider MinorProvider
Field Value
Properties
Declaration
public Threshold Threshold { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Declaration
public override DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)
Parameters
|
System.TimeSpan
pixelLength
|
|
System.DateTime
currentStart
|
Returns
Overrides
Extension Methods