Back to Devexpress

CrosshairElementBase.LineElement Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairelementbase-bab31737.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairLineElement LineElement { get; }
vb
Public ReadOnly Property LineElement As CrosshairLineElement

Property Value

TypeDescription
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

CrosshairElementBase Class

CrosshairElementBase Members

DevExpress.XtraCharts Namespace