You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Cartesian-Charts/Annotation.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -621,15 +621,15 @@ this.Content = chart;
621
621
622
622
**AnnotationTapped**
623
623
624
-
The [`AnnotationTapped`]() event is triggered when the user has clicked the annotation. The argument [`AnnotationTappedEventArgs`]()contains the following information.
624
+
The [`AnnotationTapped`]() event occurs when an annotation is tapped. The [`AnnotationTappedEventArgs`]()provides the following details:
625
625
626
-
*[`annotation`]() – used to get the instance of the annotation that was tapped.
627
-
*[`x`]() – used to get the x position of touch point on annotation.
628
-
*[`y`]() – used to get the y position of touch point on annotation.
626
+
*[`annotation`]() – the annotation instance that was tapped.
627
+
*[`x`]() – the X coordinate of the touch or mouse click position.
628
+
*[`y`]() – the Y coordinate of the touch or mouse click position.
629
629
630
-
## Public Methods
630
+
## Public methods
631
631
632
-
The following override methods are available in the annotation class to handle touch interactions:
632
+
The following override methods allow you to handle touch interactions on annotations:
633
633
634
634
*[`OnTouchDown`]() – triggered when touch starts (down) on the annotation.
635
635
*[`OnTouchMove`]() – triggered when moving (dragging) the finger or mouse across the annotation.
0 commit comments