Skip to main content

CrosshairOptions.ShowArgumentLine Property

Specifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public bool ShowArgumentLine { get; set; }

#Property Value

Type Description
Boolean

true to display an argument line indicated by a crosshair cursor on a diagram; otherwise, false.

#Property Paths

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

Object Type Path to ShowArgumentLine
ChartControl
.CrosshairOptions.ShowArgumentLine

#Remarks

Before using the ShowArgumentLine property, make sure the ChartControl.CrosshairEnabled property is set to true.

The following table shows this property in action.

ShowArgumentLine=True ShowArgumentLine=False
CrosshairOption - ShowArgumentLine - true CrosshairOptions - ShowArgumentLine - false

#Implements

DevExpress.Charts.Native.ICrosshairOptions.ShowArgumentLine
See Also