xaml-sdk/Chart/WPF/DateTimeGrouping
WPFTeamUser 8e6db6e592 New version of Telerik SDK examples. 2024-05-15 12:25:45 +00:00
..
Properties Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
App.xaml Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
App.xaml.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
ChartData.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
DateTimeGrouping.csproj New version of Telerik SDK examples. 2024-05-15 12:25:45 +00:00
MainWindow.xaml Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
MainWindow.xaml.cs Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00
Readme.md Revert "Merge pull request #56 from telerik/sdkUpdates" 2024-05-15 14:26:32 +03:00

Readme.md

Date Time Grouping

When using the standard ChartGroupDescriptor, it is hard to group the data depending on a DateTime field. For example if you want to group the data by month or by year, or even by day, it would be quite impossible. In order to bring this out of the box the RadChart provides you with a set of group descriptors that are capable to group the data via a DateTime field. You have the following descriptors at your disposal:

  • ChartSecondGroupDescriptor
  • ChartMinuteGroupDescriptor
  • ChartHourGroupDescriptor
  • ChartDayGroupDescriptor
  • ChartMonthGroupDescriptor
  • ChartYearGroupDescriptor