LegendItemCheckedEventArgs Class
Provides data for the ChartControl.LegendItemChecked (WebChartControl.LegendItemChecked) event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The LegendItemCheckedEventArgs class represents an argument for the ChartControl.LegendItemChecked (WebChartControl.LegendItemChecked) event of a chart control.
An instance of the LegendItemCheckedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also