C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > C1FlexChart Class : SeriesVisibilityChanged Event |
'Declaration Public Event SeriesVisibilityChanged As System.EventHandler(Of SeriesEventArgs)
public event System.EventHandler<SeriesEventArgs> SeriesVisibilityChanged
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.
Property | Description |
---|---|
Series | Gets the chart series. |