CustomDrawSeriesEventArgs.DisposeLegendCheckBoxImage Property
In This Article
Gets or sets the value specifying whether CustomDrawSeriesEventArgs.LegendCheckBoxImage should be disposed when drawing is finished.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to dispose the legend check box image settings; otherwise, false. |
#Remarks
Use the DisposeLegendCheckBoxImage property to release all the resources allocated to the object assigned to the CustomDrawSeriesEventArgs.LegendCheckBoxImage property.
See Also