See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also 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;}

Example

[C#] 

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

[Visual Basic] 

Chart.DateGrouping = TimeInterval.Weeks
Chart.StartDayOfWeek = DayOfWeek.Monday

'For complete code, see StartDayOfWeek.aspx sample.

See Also

Chart Class  | Chart Members

 

 


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