Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions angular/Chart/Annotations.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Chart Annotations
title: Annotations in Angular Chart Control | Syncfusion
description: How to add annotations in Essential Angular Chart and the different options available to customize its position.
platform: Angular
control: Chart
documentation: ug
---

# Annotations
# Annotations in Angular Chart

annotations are used to mark the specific area of interest in the chart area with texts, shapes or images.

Expand All @@ -28,7 +28,7 @@ You can add annotations to the chart by using the `annotations` option. By using
{% endhighlight %}


![](Annotations_images/Annotations_img1.png)
![Angular Chart annotation](Annotations_images/Annotations_img1.png)


## Rotate the annotation template
Expand All @@ -50,7 +50,7 @@ To rotate the annotation template, you can use the `angle` property of the annot
{% endhighlight %}


![](Annotations_images/Annotations_img2.png)
![Angular Chart rotate annotation](Annotations_images/Annotations_img2.png)

## Positioning Annotation

Expand Down Expand Up @@ -82,12 +82,12 @@ N> By using the `region` option, you can specify whether the annotation is place
{% endhighlight %}


![](Annotations_images/Annotations_img3.png)
![Angular Chart positioning annotation](Annotations_images/Annotations_img3.png)


## Annotation alignments

When the coordinateUnit is set to pixels or points, you can align the annotation relative to the coordinates by using the [`horizontalAlignment`](../api/ejchart#members:annotations-horizontalalignment) and [`verticalAlignment`] options.
When the coordinateUnit is set to pixels or points, you can align the annotation relative to the coordinates by using the [`horizontalAlignment`](../api/angular/ejchart#members:annotations-horizontalalignment) and [`verticalAlignment`] options.

{% highlight html %}

Expand All @@ -104,4 +104,4 @@ When the coordinateUnit is set to pixels or points, you can align the annotation
{% endhighlight %}


![](Annotations_images/Annotations_img4.png)
![Angular Chart annotation alignment](Annotations_images/Annotations_img4.png)
4 changes: 2 additions & 2 deletions angular/Chart/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Chart
documentation: ug
---

# Appearance
# Appearance in Angular Chart

## Custom Color Palette

Expand Down Expand Up @@ -243,7 +243,7 @@ function animateChart(){

### Control the Speed of animation

To control the speed of animation, you can use the [`animationDuration`](../api/ejchart#members:series-animationduration) property in the series.
To control the speed of animation, you can use the [`animationDuration`](../api/js/ejchart#members:series-animationduration) property in the series.


{% highlight html %}
Expand Down
2 changes: 1 addition & 1 deletion angular/Chart/Trendlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Trendlines support in Angular Chart

EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except bar type series. You can add more than one trendline object to the [`trendlines`](../api/ejchart#members:series-trendlines) option.
EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except bar type series. You can add more than one trendline object to the [`trendlines`](../api/js/ejchart#members:series-trendlines) option.

{% highlight ts %}

Expand Down