ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / PlotElementUnloaded Event


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