File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ The [StackedAreaSeries](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.
188188 </chart: SfCartesianChart .XAxes>
189189
190190 <chart:SfCartesianChart.YAxes>
191- <chart:NumericalAxis />
191+ <chart:NumericalAxis/>
192192 </chart:SfCartesianChart.YAxes>
193193
194194 <chart:StackedAreaSeries
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ The [StackedLine100Series](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xa
106106 </chart: SfCartesianChart .XAxes>
107107
108108 <chart:SfCartesianChart.YAxes>
109- <chart:NumericalAxis />
109+ <chart:NumericalAxis/>
110110 </chart:SfCartesianChart.YAxes>
111111
112112 <chart:StackedLine100Series
Original file line number Diff line number Diff line change @@ -272,11 +272,11 @@ The legend background appearance can be customized by using the following proper
272272
273273< chart:SfPolarChart >
274274 < chart:SfPolarChart.Legend >
275- <chart: ChartLegend
275+ <chart: ChartLegend
276276 Background="LightGray"
277- BorderBrush="Black"
278- BorderThickness="1"
279- CornerRadius="5">
277+ BorderBrush="Black"
278+ BorderThickness="1"
279+ CornerRadius="5">
280280 </chart: ChartLegend >
281281 </chart: SfPolarChart .Legend>
282282 ...
You can’t perform that action at this time.
0 commit comments