dotnetCHARTING Send comments on this topic.
ReloadChart Event
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : ReloadChart Event


Occurs based on the value of ReloadPeriod.

Syntax

Visual Basic (Declaration) 
Public Event ReloadChart() As ReloadChartHandler
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim handler As ReloadChartHandler
 
AddHandler instance.ReloadChart, handler
C# 
public event ReloadChartHandler ReloadChart()

Remarks

This event can be used to update chart data.

See Also

© 2008 All Rights Reserved.