Back to Devexpress

CrosshairLineElement.LineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairlineelement.md

latest1.4 KB
Original Source

CrosshairLineElement.LineStyle Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public LineStyle LineStyle { get; set; }
vb
Public 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.

For more information on a crosshair cursor, see Tooltip and Crosshair Cursor.

See Also

CrosshairLineElement Class

CrosshairLineElement Members

DevExpress.Xpf.Charts Namespace