See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

ReloadPeriod Property

Gets or sets a TimeSpan object that determines how often the page containing this chart will automatically reload.

[Visual Basic]
Public Property ReloadPeriod As TimeSpan
[C#]
public TimeSpan ReloadPeriod {get; set;}

Example

[C#] 

//Reload the page each one minute 
Chart.ReloadPeriod = new TimeSpan(0,1,0)

[Visual Basic] 

'Reload the page each one minute
Chart.ReloadPeriod = new TimeSpan(0,1,0)

See Also

Chart Class  | Chart Members

 

 


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