File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Cartesian_chart_sample/CartesianChartSample Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22<Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <IsFirstTimeProjectOpen >False</IsFirstTimeProjectOpen >
5- <ActiveDebugFramework >net6 .0-windows10.0.19041.0 </ActiveDebugFramework >
5+ <ActiveDebugFramework >net8 .0-android </ActiveDebugFramework >
66 <ActiveDebugProfile >Windows Machine</ActiveDebugProfile >
77 </PropertyGroup >
88</Project >
Original file line number Diff line number Diff line change 1212<ContentPage
1313 . . .
1414 xmlns : chart =" clr-namespace:Syncfusion.Maui.Charts;assembly=Syncfusion.Maui.Charts" >
15- < Grid >
16- <chart : SfCartesianChart />
17- </ Grid >
15+
16+ <chart : SfCartesianChart />
17+
1818</ContentPage >
1919 ```
2020###### C#
@@ -27,10 +27,8 @@ namespace ChartGettingStarted
2727 public MainPage ()
2828 {
2929 InitializeComponent ();
30- Grid grid = new Grid ();
3130 SfCartesianChart chart = new SfCartesianChart ();
32- grid .Add (chart );
33- this .Content = grid ;
31+ this .Content = chart ;
3432 }
3533 }
3634}
You can’t perform that action at this time.
0 commit comments