LineTrackingCrosshairLabelPosition Class
Defines the behavior of a crosshair label when it follows the crosshair cursor’s argument line.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.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.
Implements
Inheritance
Object
ChartElement
CrosshairLabelPositionBase
LineTrackingCrosshairLabelPosition
See Also