Skip to main content
A newer version of this page is available. .

CustomDrawSeriesEventArgs.DisposeLegendCheckBoxImage Property

Gets or sets the value specifying whether CustomDrawSeriesEventArgs.LegendCheckBoxImage should be disposed when drawing is finished.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool DisposeLegendCheckBoxImage { get; set; }

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