Skip to content

Commit b4a56fc

Browse files
author
NitheeshKumarThangaraj
committed
Updated the xaml codes
1 parent 27ff02f commit b4a56fc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ColumnCustomCorners/MainPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<local:ViewModel x:Name="viewModel"/>
99
</ContentPage.BindingContext>
1010

11-
<chart:SfCartesianChart Title="Customize different border radius for each segment" Margin="30">
11+
<chart:SfCartesianChart Margin="30">
1212
<chart:SfCartesianChart.XAxes>
13-
<chart:CategoryAxis>
13+
<chart:CategoryAxis ShowMajorGridLines="False">
1414
<chart:CategoryAxis.Title>
1515
<chart:ChartAxisTitle Text="Month"/>
1616
</chart:CategoryAxis.Title>
1717
</chart:CategoryAxis>
1818
</chart:SfCartesianChart.XAxes>
1919
<chart:SfCartesianChart.YAxes>
20-
<chart:NumericalAxis RangePadding="Additional">
20+
<chart:NumericalAxis RangePadding="Additional" Minimum="-10000">
2121
<chart:NumericalAxis.Title>
2222
<chart:ChartAxisTitle Text="Sales"/>
2323
</chart:NumericalAxis.Title>

ColumnCustomCorners/MainPage.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Syncfusion.Maui.Toolkit.Carousel;
2-
using Syncfusion.Maui.Toolkit.Charts;
1+
using Syncfusion.Maui.Toolkit.Charts;
32

43
namespace ColumnCustomCorners;
54

0 commit comments

Comments
 (0)