Back to Devexpress

CrosshairLineElement.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairlineelement.md

latest1.3 KB
Original Source

CrosshairLineElement.LineStyle Property

Provides access to the line style of the crosshair line element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
LineStyle

A LineStyle object, representing the line style of the crosshair line element.

|

Remarks

Use the LineStyle property to get access to the line style of a crosshair line element when custom drawing a crosshair cursor.

See Also

CrosshairLineElement Class

CrosshairLineElement Members

DevExpress.XtraCharts Namespace