File tree Expand file tree Collapse file tree 5 files changed +7
-41
lines changed
StackedColumnGrouping/StackedColumnGrouping Expand file tree Collapse file tree 5 files changed +7
-41
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4- xmlns : chart =" clr-namespace:Syncfusion.Maui.Charts;assembly=Syncfusion.Maui.Charts "
4+ xmlns : chart =" clr-namespace:Syncfusion.Maui.Toolkit. Charts;assembly=Syncfusion.Maui.Toolkit "
55 xmlns : local =" clr-namespace:StackedColumnGrouping"
66 x : Class =" StackedColumnGrouping.MainPage" >
77 <ContentPage .BindingContext>
Original file line number Diff line number Diff line change 1- using Syncfusion . Maui . Charts ;
2-
3- namespace StackedColumnGrouping
1+ namespace StackedColumnGrouping
42{
53 public partial class MainPage : ContentPage
64 {
75 public MainPage ( )
86 {
97 InitializeComponent ( ) ;
10-
118 }
129 }
1310}
Original file line number Diff line number Diff line change 11using Microsoft . Extensions . Logging ;
2- using Syncfusion . Maui . Core . Hosting ;
2+ using Syncfusion . Maui . Toolkit . Hosting ;
33
44namespace StackedColumnGrouping
55{
@@ -10,7 +10,7 @@ public static MauiApp CreateMauiApp()
1010 var builder = MauiApp . CreateBuilder ( ) ;
1111 builder
1212 . UseMauiApp < App > ( )
13- . ConfigureSyncfusionCore ( )
13+ . ConfigureSyncfusionToolkit ( )
1414 . ConfigureFonts ( fonts =>
1515 {
1616 fonts . AddFont ( "OpenSans-Regular.ttf" , "OpenSansRegular" ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0-android;net8 .0-ios;net8 .0-maccatalyst</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041.0</TargetFrameworks >
4+ <TargetFrameworks >net9 .0-android;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
5+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041.0</TargetFrameworks >
66 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77 <!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
88
6060 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
6161 <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
6262 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
63- <PackageReference Include =" Syncfusion.Maui.Charts " Version =" * " />
63+ <PackageReference Include =" Syncfusion.Maui.Toolkit " Version =" 1.0.5 " />
6464 </ItemGroup >
6565
6666</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments