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

CrosshairOptionsBase.ValueLineBrush Property

Gets or sets the brush of a crosshair value line.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Brush ValueLineBrush { get; set; }

Property Value

Type Description
Brush

The brush of the crosshair value line.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValueLineBrush
Chart3DControl
.CrosshairOptions .ValueLineBrush
ChartControl
.CrosshairOptions .ValueLineBrush
See Also