CrosshairLineElement.LineStyle Property
In This Article
Provides access to the line style of the crosshair line element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Line |
A Line |
#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 Crosshair Cursor.
See Also