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

CrosshairOptions.ArgumentLineStyle Property

Gets the argument line style settings of the crosshair cursor.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle ArgumentLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object that contains line style settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ArgumentLineStyle
WinForms Controls ChartControl
.CrosshairOptions.ArgumentLineStyle
ASP.NET Controls and MVC Extensions ChartControlSettings
.CrosshairOptions.ArgumentLineStyle
MVCxChartControl
.CrosshairOptions.ArgumentLineStyle
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