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

CrosshairSeriesLabelItem.BorderBrush Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush BorderBrush { get; set; }

Property Value

Type Description
Brush

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

See Also