dotnetCHARTING Send comments on this topic.
ReloadPeriod Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : ReloadPeriod Property


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

Visual Basic (Declaration) 
Public Property ReloadPeriod As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As TimeSpan
 
instance.ReloadPeriod = value
 
value = instance.ReloadPeriod
C# 
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.

See Also

© 2010 All Rights Reserved.