Skip to main content
A newer version of this page is available. .

CrosshairLineElement.LineStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public LineStyle LineStyle { get; }

Property Value

Type Description
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