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

CrosshairAxisLabelPresentationData.Background Property

Gets or sets the label’s background brush.

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 label’s background brush.

See Also