ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleSeries Class / PlotElementLoaded Event


In This Topic
    PlotElementLoaded Event (BubbleSeries)
    In This Topic
    Fires when plot element associated with this data series is loaded.
    Syntax
    'Declaration
     
    
    Public Event PlotElementLoaded As EventHandler
    'Usage
     
    
    Dim instance As BubbleSeries
    Dim handler As EventHandler
     
    AddHandler instance.PlotElementLoaded, handler
    public event EventHandler PlotElementLoaded
    See Also