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

CustomDrawSeriesEventArgs.LegendCheckBoxImage Property

Gets or sets the image of the legend item check box of the series or series point that is currently being painted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Image LegendCheckBoxImage { get; set; }

Property Value

Type Description
Image

The image of the legend item marker.

Remarks

If the image specified for this property is generated in the ChartControl.CustomDrawSeries event and should be disposed after chart drawing, set the CustomDrawSeriesEventArgsBase.DisposeLegendMarkerImage property to true to avoid memory leaks.

See Also