Back to Devexpress

Crosshair3DOptions.YArgumentLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshair3doptions-b87404f3.md

latest1.3 KB
Original Source

Crosshair3DOptions.YArgumentLineStyle Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
LineStyle

The line style of the Y-argument line.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to YArgumentLineStyle
Chart3DControl

.CrosshairOptions .YArgumentLineStyle

|

See Also

Crosshair3DOptions Class

Crosshair3DOptions Members

DevExpress.Xpf.Charts Namespace