Skip to main content
A newer version of this page is available.
All docs
V20.1

LegendItem.Foreground Property

Gets or sets the brush used to paint the foreground of the legend item.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Brush Foreground { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the foreground.

See Also