Back to Devexpress

CrosshairFreePosition Class

wpf-devexpress-dot-xpf-dot-charts-776561ab.md

latest1.8 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.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class CrosshairFreePosition :
    CrosshairLabelPosition
vb
Public Class CrosshairFreePosition
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject CrosshairLabelPosition CrosshairFreePosition

See Also

CrosshairFreePosition Members

DevExpress.Xpf.Charts Namespace