Class
IntervalChooser

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class IntervalChooser

Inheritance: objectIntervalChooser

Constructors

IntervalChooser(IList<TickIntervalBase>, double)

Declaration

cs-api-definition
public IntervalChooser(IList<TickIntervalBase> intervals, double minTickLength)

Parameters

intervals

IList<TickIntervalBase>

minTickLength

double

Methods

GetTickIntervalProvider(long)

Declaration

cs-api-definition
public ITickProvider GetTickIntervalProvider(long ticksPerPixel)

Parameters

ticksPerPixel

long

Returns

ITickProvider