Back to Devexpress

Crosshair3DOptions.XArgumentLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshair3doptions-36352af4.md

latest1.3 KB
Original Source

Crosshair3DOptions.XArgumentLineStyle Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public LineStyle XArgumentLineStyle { get; set; }
vb
Public Property XArgumentLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

The line style of the X-argument line.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to XArgumentLineStyle
Chart3DControl

.CrosshairOptions .XArgumentLineStyle

|

See Also

Crosshair3DOptions Class

Crosshair3DOptions Members

DevExpress.Xpf.Charts Namespace