Skip to main content

CrosshairOptions.ArgumentLineBrush Property

Gets or sets the color of a crosshair argument line when implementing custom drawing of a crosshair cursor.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
Brush

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

#Property Paths

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

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