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

LegendItem.CheckBoxBrush Property

Gets the color of the legend check box.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public Brush CheckBoxBrush { get; }

Property Value

Type Description
Brush

A Brush object which specifies the color of the legend check box.

See Also