Skip to content

Commit 346ab26

Browse files
Merge pull request #1416 from syncfusion-content/1027486_Review_Suggestions_WINUI
1027486-Ensure Live UG Updates and Address Review Suggestions for WinUI charts
2 parents 7111055 + 7004724 commit 346ab26

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

winui/Cartesian-Charts/Stacked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

winui/Cartesian-Charts/Stacked100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

winui/Polar-Chart/Legend.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
...

0 commit comments

Comments
 (0)