Skip to main content

CrosshairOptions.ValueLineBrush Property

Gets or sets the color of the crosshair value line.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public Brush ValueLineBrush { get; set; }

#Property Value

Type Description
Brush

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

#Property Paths

You can access the CrosshairOptions.ValueLineBrush property from the following objects:

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