See Also

ChartArea Class  | ChartArea Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

DateGroupingSort Property

Gets or sets a value indicating whether to maintain the sort order of the data as it is provided.

[Visual Basic]
Public Property DateGroupingSort As Boolean
[C#]
public bool DateGroupingSort {get; set;}
[JScript]
public function get,set DateGroupingSort : boolean

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

[C#] 

            [C#] 
Chart.DateGroupingSort = true;

[C#] 

            [Visual Basic] 
Chart.DateGroupingSort = true

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ChartArea Class  | ChartArea Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.