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

CrosshairFreePosition Class

Specifies a free position of a crosshair label within a chart (defined by the dock target, dock corner and offset from this corner).

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class CrosshairFreePosition :
    CrosshairLabelPosition

Remarks

Use the CrosshairOptionsBase.CommonLabelPosition property to get access to the CrosshairFreePosition object.

To learn more on the crosshair cursor, see the Crosshair Cursor topic.

See Also