File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments