Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexChart Class / SeriesVisibilityChanged Event


In This Topic
    SeriesVisibilityChanged Event
    In This Topic
    Fires when chart series visibility was changed.
    Syntax
    'Declaration
     
    
    Public Event SeriesVisibilityChanged As EventHandler(Of SeriesEventArgs)
    'Usage
     
    
    Dim instance As FlexChart
    Dim handler As EventHandler(Of SeriesEventArgs)
     
    AddHandler instance.SeriesVisibilityChanged, handler
    public event EventHandler<SeriesEventArgs> SeriesVisibilityChanged
    Event Data

    The event handler receives an argument of type SeriesEventArgs containing data related to this event. The following SeriesEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the chart series.  
    See Also