Skip to content

Commit e80648b

Browse files
author
Surya Karan Raja
authored
Update README.md
1 parent 4878a16 commit e80648b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ To create a polar chart, you can add a [PolarLineSeries](https://help.syncfusion
179179
</chart:NumericalAxis>
180180
</chart:SfPolarChart.SecondaryAxis>
181181

182-
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Tree" />
182+
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Tree"/>
183183

184-
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Weed" />
184+
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Weed"/>
185185

186-
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Flower" />
186+
<chart:PolarLineSeries ItemsSource="{Binding PlantDetails}" XBindingPath="Direction" YBindingPath="Flower"/>
187187
</chart:SfPolarChart>
188188
```
189189

@@ -258,7 +258,7 @@ The [ShowDataLabels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.
258258
<chart:SfPolarChart>
259259
. . .
260260
<chart:PolarLineSeries ShowDataLabels="True">
261-
</chart:PolarLineSeries >
261+
</chart:PolarLineSeries>
262262
</chart:SfPolarChart>
263263
```
264264

0 commit comments

Comments
 (0)