Skip to content

Commit 1001c1f

Browse files
author
tineshsf4652
authored
Update README.md
1 parent 00ccc9b commit 1001c1f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Horizontal Line Annotation includes following property:
1414

1515
Learn step-by-step instructions and gain insights to create and dynamically update the target line.
1616

17-
**Step 1:** The layout is created using a Grid with two columns.
17+
**Step 1:** The layout is created using a grid with two columns.
1818

1919
**XAML**
2020

@@ -29,7 +29,7 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
2929
</Grid>
3030
```
3131

32-
**Step 2:** In first column of grid layout, initialize the [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) and add the axes and series to the [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) as shown below.
32+
**Step 2:** In the first column of the grid layout, initialize the [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) and add the axes and series as shown below.
3333

3434
**XAML**
3535

@@ -57,10 +57,10 @@ Learn step-by-step instructions and gain insights to create and dynamically upda
5757
</chart:SfCartesianChart>
5858
```
5959

60-
**Step 3:** The [HorizontalLineAnnotation](https://help.syncfusion.com/maui/cartesian-charts/annotation#vertical-and-horizontal-line-annotations) is initialized within the [Annotations](https://help.syncfusion.com/maui/cartesian-charts/annotation) collection of the [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) to mark a dynamic target value on the Y-axis. The Y1 value is data-bound, enabling the target line to update dynamically based on the ViewModel.
60+
**Step 3:** The [HorizontalLineAnnotation](https://help.syncfusion.com/maui/cartesian-charts/annotation#vertical-and-horizontal-line-annotations) is initialized within the [Annotations](https://help.syncfusion.com/maui/cartesian-charts/annotation) collection of the [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) to mark a dynamic target value on the Y-axis. The Y1 property is data-bound to the ViewModel, allowing the target line to adjust dynamically when the value changes.
6161

6262
**XAML**
63-
63+
6464
```xml
6565
<chart:SfCartesianChart Grid.Column="0">
6666

@@ -218,7 +218,6 @@ private void Entry_TextChanged(object sender, TextChangedEventArgs e)
218218
</VerticalStackLayout>
219219
</Grid>
220220
```
221-
222221

223222
**Output:**
224223

0 commit comments

Comments
 (0)