Interface ITimeRangeGenerator
Describes a generator of special IPeriodSpan slots.
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface ITimeRangeGenerator
Methods
GetRanges(SelectionRange<DateTime>)
Returns a list of special IPeriodSpan slots.
Declaration
IEnumerable<IPeriodSpan> GetRanges(SelectionRange<DateTime> visibleRange)
Parameters
SelectionRange<System.DateTime>
visibleRange
The current visible range. |
Returns
System.Collections.Generic.IEnumerable<IPeriodSpan>
A list of special IPeriodSpan slots. |