Skip to content

Commit 5c5025e

Browse files
committed
Addressed review suggestions
1 parent 03c7973 commit 5c5025e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MAUI/Cartesian-Charts/Annotation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,15 @@ this.Content = chart;
621621

622622
**AnnotationTapped**
623623

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:
625625

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.
629629

630-
## Public Methods
630+
## Public methods
631631

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:
633633

634634
* [`OnTouchDown`]() – triggered when touch starts (down) on the annotation.
635635
* [`OnTouchMove`]() – triggered when moving (dragging) the finger or mouse across the annotation.

0 commit comments

Comments
 (0)