corelibraries-devexpress-dot-xtracharts-0c6cb9f6.md
The base class for all classes that define how a crosshair label should be positioned on a chart.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class CrosshairLabelPosition :
ChartElement,
ICrosshairFreePosition
Public MustInherit Class CrosshairLabelPosition
Inherits ChartElement
Implements ICrosshairFreePosition
The following members return CrosshairLabelPosition objects:
Use the CrosshairOptions.CommonLabelPosition property to access the CrosshairLabelPosition object.
Then, you can change the current offset for both of the common crosshair label modes (CrosshairFreePosition and CrosshairMousePosition) via the CrosshairLabelPosition.OffsetX and CrosshairLabelPosition.OffsetY properties.
To learn more on the crosshair cursor, see the Crosshair Cursor topic.
Object ChartElement CrosshairLabelPosition CrosshairFreePosition
See Also