New to Telerik UI for WPFStart a free 30-day trial

An enumeration representing the time unit to group by when performing sampling on chart data.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public enum SamplingTimeUnit

Fields

Group data using days.

C#
Day = 4

Group data using hours.

C#
Hour = 3

Group data using minutes.

C#
Minute = 2

Group data using months.

C#
Month = 6

Do not perform date-time sampling.

C#
NONE = 0

Group data using quarters.

C#
Quarter = 7

Group data using seconds.

C#
Second = 1

Group data using weeks.

C#
Week = 5

Group data using years.

C#
Year = 8