Skip to main content

CustomDrawSeriesEventArgs.LegendCheckBoxVisible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool LegendCheckBoxVisible { get; set; }

Property Value

Type Description
Boolean

true to show the legend check box; otherwise, false.

See Also