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.

StartDayOfWeek Property

Gets or sets a DayOfWeek enumeration that indicates the starting day of the week when DateGrouping is used.

[Visual Basic]
Public Property StartDayOfWeek As DayOfWeek
[C#]
public DayOfWeek StartDayOfWeek {get; set;}
[JScript]
public function get,set StartDayOfWeek : DayOfWeek

Example

[C#] 

            [C#] 
Chart.DateGrouping = TimeInterval.Weeks; 
Chart.StartDayOfWeek = DayOfWeek.Monday; 
  
//For complete code, see StartDayOfWeek.aspx sample.

[C#] 

            [Visual Basic] 
Chart.DateGrouping = TimeInterval.Weeks 
Chart.StartDayOfWeek = DayOfWeek.Monday 
  
'For complete code, see StartDayOfWeek.aspx sample.

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.