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.v20.1.dll

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

Declaration

public Brush Background { get; set; }

Property Value

Type Description
Brush

The label’s background brush.

See Also