Class IntervalChooser
Inheritance
System.Object
IntervalChooser
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class IntervalChooser : Object
Constructors
IntervalChooser(IList<TickIntervalBase>, Double)
Declaration
public IntervalChooser(IList<TickIntervalBase> intervals, double minTickLength)
Parameters
System.Collections.Generic.IList<TickIntervalBase>
intervals
|
System.Double
minTickLength
|
Methods
GetTickIntervalProvider(Int64)
Declaration
public ITickProvider GetTickIntervalProvider(long ticksPerPixel)
Parameters
System.Int64
ticksPerPixel
|
Returns
ITickProvider
|