Back to Devexpress

CrosshairMousePosition Class

wpf-devexpress-dot-xpf-dot-charts-18502d6e.md

latest1.7 KB
Original Source

CrosshairMousePosition Class

Specifies a position of a crosshair label near the mouse pointer.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Remarks

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

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

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject CrosshairLabelPosition CrosshairMousePosition

See Also

CrosshairMousePosition Members

DevExpress.Xpf.Charts Namespace