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

CrosshairElementBase.LineElement Property

Returns the Crosshair Cursor‘s line element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public CrosshairLineElement LineElement { get; }

Property Value

Type Description
CrosshairLineElement

The crosshair line element.

Remarks

To display crosshair lines, use the CrosshairOptions.ShowArgumentLine and CrosshairOptions.ShowValueLine properties. Use the ChartControl.CrosshairOptions property to access the crosshair settings.

See Also