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.
Inheritance
Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
ChartElement
CrosshairLabelPositionBase
LineTrackingCrosshairLabelPosition
See Also