Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

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