Skip to content

Commit b9cc9dd

Browse files
Merge pull request #1788 from IgniteUI/mt/fix-anno-gifs
Update chart-user-annotations.md
2 parents 52b500f + 5bc36c7 commit b9cc9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/components/charts/features/chart-user-annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The `Toolbar` exposes an Annotations menu item with two tools with the labels of
2323

2424
The "Annotate Chart" option that appears after opening allows you to annotate the plot area of the `XamDataChart`. This can be done by adding slice, strip, or point annotations. You can add a slice annotation by clicking on a label on the X or Y axis. You can add a strip annotation by clicking and dragging in the plot area. Also, you can add a point annotation by clicking on a point in a series plotted in the chart.
2525

26-
<img class="responsive-img" src="../../images/charts/data-chart-user-annotation-create.gif"
26+
<img class="responsive-img" src="../../../images/charts/data-chart-user-annotation-create.gif"
2727
alt="{Platform} user-annotation-create"/>
2828

2929
You can delete the annotations that you have previously added by selecting the "Delete Note" menu item and then clicking on the axis annotation for the slice or strip user annotations, or by clicking the corresponding data point for the point user annotation.
3030

31-
<img class="responsive-img" src="../../images/charts/data-chart-user-annotation-delete.gif"
31+
<img class="responsive-img" src="../../../images/charts/data-chart-user-annotation-delete.gif"
3232
alt="{Platform} user-annotation-delete"/>
3333

3434
When adding one of these user annotations via the `XamToolbar`, the `XamDataChart` will raise an event named `UserAnnotationInformationRequested` where you can provide more information for the user annotations. This event's arguments have a property named `AnnotationInfo` that will return a `UserAnnotationInformation` object that allows the configuration of multiple different aspects of the annotation to be added.

0 commit comments

Comments
 (0)