Skip to main content

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

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