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

CrosshairLineElement.Brush Property

Gets or sets the color of the crosshair line element when implementing custom draw in a crosshair cursor.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Brush Brush { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the color of the crosshair line element.

See Also