New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies calendar/time units used by DateTime-axis tick generation and date grouping.

Definition

Namespace:Telerik.Maui.Controls.Charts

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum ChartTimeInterval

Fields

Uses day boundaries.

C#
Day = 5

Uses hour boundaries.

C#
Hour = 6

Uses millisecond boundaries.

C#
Millisecond = 9

Uses minute boundaries.

C#
Minute = 7

Uses month boundaries.

C#
Month = 3

Lets the chart choose an interval automatically.

C#
None = 0

Uses quarter (3-month) boundaries.

C#
Quarter = 2

Uses second boundaries.

C#
Second = 8

Uses week boundaries.

C#
Week = 4

Uses year boundaries.

C#
Year = 1