See Also

ChartArea Class  | ChartArea 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#] 

            [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.

See Also

ChartArea Class  | ChartArea Members

 

 


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