FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / SeriesVisibilityChanged Event

In This Topic
    SeriesVisibilityChanged Event (FlexChart)
    In This Topic
    Fires when chart series visibility was changed.
    Syntax
    'Declaration
     
    Public Event SeriesVisibilityChanged As System.EventHandler(Of SeriesEventArgs)
    public event System.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