Skip to content

Commit 441bcb0

Browse files
authored
Update README.md
1 parent f2560da commit 441bcb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
6666
.....
6767
<chart:SfCartesianChart.Annotations>
6868
<chart:HorizontalLineAnnotation Y1="{Binding Y1}"
69-
.....>
69+
Stroke="Black"
70+
StrokeWidth="2"
71+
StrokeDashArray="5,2,2"
72+
Text="Target">
7073
......
7174
</chart:HorizontalLineAnnotation>
7275
</chart:SfCartesianChart.Annotations>

0 commit comments

Comments
 (0)