Back to Devexpress

CrosshairFreePosition Class

corelibraries-devexpress-dot-xtracharts-8218a7f7.md

latest1.5 KB
Original Source

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.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class CrosshairFreePosition :
    CrosshairLabelPosition
vb
Public Class CrosshairFreePosition
    Inherits CrosshairLabelPosition

Remarks

Use the CrosshairOptions.CommonLabelPosition property to access the CrosshairFreePosition object.

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

Inheritance

Object ChartElement CrosshairLabelPosition CrosshairFreePosition

See Also

CrosshairFreePosition Members

DevExpress.XtraCharts Namespace