Skip to content

Commit 23681b4

Browse files
Update README.md
1 parent cb900d1 commit 23681b4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,17 @@ The end-user experience is greatly enhanced by a set of user interaction feature
5353
This section explains how to add the Uno Charts to your application and use its basic features.
5454

5555
**Step 1**
56-
Download the Syncfusion Chart Uno Source here.
57-
58-
**Step 2**
5956
Add Syncfusion.SfChart.Uno source project into your application solution.
6057

61-
**Step 3**
58+
**Step 2**
6259
Refer the source to all platforms project.
6360

64-
**Step 4**
61+
**Step 3**
6562
Import the SfChart namespace as shown below in your respective Page,
6663
```xml
6764
xmlns:syncfusion="using:Syncfusion.UI.Xaml.Charts"
6865
```
69-
**Step 5**
66+
**Step 4**
7067
Then initialize an empty chart with two axes as shown below,
7168
```xml
7269
<syncfusion:SfChart>
@@ -78,7 +75,7 @@ Then initialize an empty chart with two axes as shown below,
7875
</syncfusion:SfChart.SecondaryAxis>
7976
</syncfusion:SfChart>
8077
```
81-
**Step 6**
78+
**Step 5**
8279

8380
**Populate Chart with data** - As we are going to visualize the comparison of heights in the data model, add ColumnSeries to SfChart.Series property, and then bind the Data property of the ViewModel to the ColumnSeries.ItemsSource property and You need to set XBindingPath and YBindingPath properties, so that SfChart would fetch values from the respective properties in the data model to plot the series.
8481

0 commit comments

Comments
 (0)