We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2560da commit 441bcb0Copy full SHA for 441bcb0
README.md
@@ -66,7 +66,10 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
66
.....
67
<chart:SfCartesianChart.Annotations>
68
<chart:HorizontalLineAnnotation Y1="{Binding Y1}"
69
- .....>
+ Stroke="Black"
70
+ StrokeWidth="2"
71
+ StrokeDashArray="5,2,2"
72
+ Text="Target">
73
......
74
</chart:HorizontalLineAnnotation>
75
</chart:SfCartesianChart.Annotations>
0 commit comments