ComponentOne Chart for WPF and Silverlight
ActionEnter Event


C1.WPF.C1Chart Namespace > C1Chart Class : ActionEnter Event
Fires when interactive action is started.
Syntax
'Declaration
 
Public Event ActionEnter As System.EventHandler
'Usage
 
Dim instance As C1Chart
Dim handler As System.EventHandler
 
AddHandler instance.ActionEnter, handler
public event System.EventHandler ActionEnter
See Also

Reference

C1Chart Class
C1Chart Members