ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / DataPointChanged Event


In This Topic
    DataPointChanged Event
    In This Topic
    Fires when DataPoint was changed.
    Syntax
    'Declaration
     
    
    Public Event DataPointChanged As EventHandler
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim handler As EventHandler
     
    AddHandler instance.DataPointChanged, handler
    public event EventHandler DataPointChanged
    See Also