File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 1- using Syncfusion . Maui . Toolkit . Carousel ;
2- using Syncfusion . Maui . Toolkit . Charts ;
1+ using Syncfusion . Maui . Toolkit . Charts ;
32
43namespace ColumnCustomCorners ;
54
You can’t perform that action at this time.
0 commit comments