Back to Devexpress

LineTrackingCrosshairLabelPosition Class

maui-devexpress-dot-maui-dot-charts-ced7a36f.md

latest1.9 KB
Original Source

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

csharp
public class LineTrackingCrosshairLabelPosition :
    CrosshairLabelPositionBase

Remarks

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

Implements

IElementController

INotifyPropertyChanged

Inheritance

System.Object BindableObject Element ChartElementBase ChartElement CrosshairLabelPositionBase LineTrackingCrosshairLabelPosition

Extension Methods

Yield<LineTrackingCrosshairLabelPosition>()

YieldIfNotNull<LineTrackingCrosshairLabelPosition>()

See Also

LineTrackingCrosshairLabelPosition Members

DevExpress.Maui.Charts Namespace