Back to Devexpress

CrosshairOptions.ValueLineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-3edf39d2.md

latest2.2 KB
Original Source

CrosshairOptions.ValueLineStyle Property

Gets the value line style settings of the crosshair cursor.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public LineStyle ValueLineStyle { get; }
vb
Public ReadOnly Property ValueLineStyle 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 ValueLineStyle
WinForms ControlsChartControl

.CrosshairOptions .ValueLineStyle

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .ValueLineStyle

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .ValueLineStyle

|

Remarks

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

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace