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
179
179
</chart : NumericalAxis >
180
180
</chart : SfPolarChart .SecondaryAxis>
181
181
182
- <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Tree" />
182
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Tree" />
183
183
184
- <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Weed" />
184
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Weed" />
185
185
186
- <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Flower" />
186
+ <chart : PolarLineSeries ItemsSource =" {Binding PlantDetails}" XBindingPath =" Direction" YBindingPath =" Flower" />
187
187
</chart : SfPolarChart >
188
188
```
189
189
@@ -258,7 +258,7 @@ The [ShowDataLabels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.
258
258
<chart : SfPolarChart >
259
259
. . .
260
260
<chart : PolarLineSeries ShowDataLabels =" True" >
261
- </chart : PolarLineSeries >
261
+ </chart : PolarLineSeries >
262
262
</chart : SfPolarChart >
263
263
```
264
264
You can’t perform that action at this time.
0 commit comments