corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-3edf39d2.md
Gets the value line style settings of the crosshair cursor.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public LineStyle ValueLineStyle { get; }
Public ReadOnly Property ValueLineStyle As LineStyle
| Type | Description |
|---|---|
| LineStyle |
A LineStyle object that contains line style settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to ValueLineStyle |
|---|---|---|
| WinForms Controls | ChartControl |
.CrosshairOptions .ValueLineStyle
| | ASP.NET MVC Extensions | ChartControlSettings |
.CrosshairOptions .ValueLineStyle
| | ASP.NET Web Forms Controls | WebChartControl |
.CrosshairOptions .ValueLineStyle
|
The ValueLineStyle property provides access to the value line style settings of a crosshair cursor. These settings allow you to customize the value line width and dash style.
For more information on crosshair cursors, see Tooltip and Crosshair Cursor.
See Also