Skip to content

Commit 652e8f9

Browse files
Update README.md
1 parent 04c0dc8 commit 652e8f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
2727
</Grid>
2828
```
2929

30-
**Step 2:** In first column of grid layout, initialize the [SfChart](https://help.syncfusion.com/wpf/charts/getting-started)and add the axes and series as shown below.
30+
**Step 2:** In first column of grid layout, initialize the [SfChart](https://help.syncfusion.com/wpf/charts/getting-started) and add the axes and series as shown below.
3131

3232
**XAML**
3333

@@ -71,6 +71,7 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
7171
<chart:HorizontalLineAnnotation Y1="{Binding Y1}"
7272
Stroke="Black"
7373
StrokeThickness="2"
74+
Text="Target"
7475
......>
7576
</chart:HorizontalLineAnnotation>
7677
</chart:SfChart.Annotations>

0 commit comments

Comments
 (0)