Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

LineTrackingCrosshairLabelPosition Class

Defines the behavior of a crosshair label when it follows the crosshair cursor’s argument line.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class LineTrackingCrosshairLabelPosition :
    CrosshairLabelPositionBase

Remarks

Assign the LineTrackingCrosshairLabelPosition object to the CrosshairHintBehavior.LabelPosition property if you want a crosshair label to follow the cursor.

CrosshairLineTrackingLabel

Inheritance

See Also