.netCHARTING v10.3 Documentation


ReloadPeriod Property (ImageZoomer)
Gets or sets the update interval for the chart in seconds. If data is changing on the server side this interval will refresh the chart image seamlessly based on this time period.
Syntax
'Declaration
 
Public Property ReloadPeriod As TimeSpan
'Usage
 
Dim instance As ImageZoomer
Dim value As TimeSpan
 
instance.ReloadPeriod = value
 
value = instance.ReloadPeriod
public TimeSpan ReloadPeriod {get; set;}
Remarks
This operation is resource intensive and should only be used if it the data for the chart is frequently changing and it is important that the viewer have the latest result immediately.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also