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

CrosshairSeriesLabelItem.Background Property

Gets or sets the brush that the Crosshair Cursor’s Label uses to draw its background.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush Background { get; set; }

Property Value

Type Description
Brush

The brush that the Crosshair Cursor’s Label Item uses to draw its background.

See Also