Back to Devexpress

CrosshairOptions.ArgumentLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairoptions-b21de48b.md

latest1.5 KB
Original Source

CrosshairOptions.ArgumentLineStyle Property

Gets or sets the argument line style settings of the crosshair cursor.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
LineStyle

The line style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ArgumentLineStyle
ChartControl

.CrosshairOptions .ArgumentLineStyle

|

Remarks

The ArgumentLineStyle property provides access to the argument line style settings of a crosshair cursor. These settings allow you to customize the argument line thickness and dash style.

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.Xpf.Charts Namespace