Interface ITimeRangeGenerator
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ITimeRangeGenerator
Methods
GetRanges(SelectionRange<DateTime>)
Declaration
IEnumerable<IPeriodSpan> GetRanges(SelectionRange<DateTime> visibleRange)
Parameters
Selection
|
Returns
System.
|