Interface IIntervalFormatterProvider
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IIntervalFormatterProvider
Methods
GetFormatters(IntervalBase)
Declaration
Func<DateTime, string>[] GetFormatters(IntervalBase interval)
Parameters
Interval
|
Returns
System.
|
GetIntervalSpanFormatters(IntervalBase)
Declaration
Func<DateTime, string>[] GetIntervalSpanFormatters(IntervalBase interval)
Parameters
Interval
|
Returns
System.
|