Back to Devexpress

CrosshairOptions.ArgumentLineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-f845cf21.md

latest2.1 KB
Original Source

CrosshairOptions.ArgumentLineStyle Property

Gets the argument line style settings of the crosshair cursor.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
LineStyle

A LineStyle object that contains line style settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ArgumentLineStyle
WinForms ControlsChartControl

.CrosshairOptions .ArgumentLineStyle

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .ArgumentLineStyle

| | ASP.NET Web Forms Controls | WebChartControl |

.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 width and dash style.

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace