CustomDrawCrosshairEventArgs.CrosshairLineElement Property
In This Article
Gets the settings of a crosshair line element to customize its appearance (color, line style).
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public CrosshairLineElement CrosshairLineElement { get; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
Use the CrosshairLineElement property to get access to the settings of either a crosshair argument line element (the CrosshairOptions.SnapMode property is set to NearestArgument) or a crosshair value line element (the CrosshairOptions.SnapMode property is set to NearestValue) when implementing the ChartControl.CustomDrawCrosshair event.
See Also