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

Crosshair3DOptions.XArgumentLineStyle Property

Gets or sets the line style of the Crosshair X-argument line.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public LineStyle XArgumentLineStyle { get; set; }

Property Value

Type Description
LineStyle

The line style of the X-argument line.

Property Paths

You can access this nested property as listed below:

Object Type Path to XArgumentLineStyle
Chart3DControl
.CrosshairOptions.XArgumentLineStyle
See Also