DateGroupingSort Property (Chart)
Gets or sets a value indicating whether to maintain the sort order of the data as it is provided.
Syntax
Remarks
When dategrouping is used and StartDate or EndDate is not set, the data is sorted by the xAxis field by default. Setting this property to true will maintain the sort order of the data as it is provided.
Example
Chart.DateGroupingSort = true;
Chart.DateGroupingSort = true
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also