Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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)
    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