diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo.sln b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo.sln
new file mode 100644
index 0000000..a2ee912
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.13.35931.197 d17.13
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LineChartDemo", "LineChartDemo\LineChartDemo.csproj", "{9071C2BB-CE18-44C3-8492-2494550AB0B9}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9071C2BB-CE18-44C3-8492-2494550AB0B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9071C2BB-CE18-44C3-8492-2494550AB0B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9071C2BB-CE18-44C3-8492-2494550AB0B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9071C2BB-CE18-44C3-8492-2494550AB0B9}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {38716209-0CBD-44BA-9B23-206E27EA158E}
+ EndGlobalSection
+EndGlobal
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml
index f375428..5c67b63 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml
@@ -5,22 +5,10 @@
x:Class="LineChartDemo.App">
-
- #512bdf
- White
-
-
-
-
-
+
+
+
+
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml.cs
index ddd4c27..ad140a6 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/App.xaml.cs
@@ -1,11 +1,15 @@
-namespace LineChartDemo;
-
-public partial class App : Application
+namespace LineChartDemo
{
- public App()
- {
- InitializeComponent();
+ public partial class App : Application
+ {
+ public App()
+ {
+ InitializeComponent();
+ }
- MainPage = new MainPage();
- }
-}
+ protected override Window CreateWindow(IActivationState? activationState)
+ {
+ return new Window(new MainPage());
+ }
+ }
+}
\ No newline at end of file
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml
new file mode 100644
index 0000000..36740f4
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml.cs
new file mode 100644
index 0000000..57e7943
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/AppShell.xaml.cs
@@ -0,0 +1,10 @@
+namespace LineChartDemo
+{
+ public partial class AppShell : Shell
+ {
+ public AppShell()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj
index 827e283..3c3f460 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj
@@ -1,46 +1,56 @@
-
+
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041.0
+
+
+
+
+
+
Exe
LineChartDemo
true
true
enable
- true
+ enable
LineChartDemo
com.companyname.linechartdemo
- C5295348-D48E-4245-947D-2F945D234020
1.0
1
-
- True
+
+ None
- 14.2
- 14.0
- 21.0
- 10.0.17763.0
- 10.0.17763.0
+ 15.0
+ 15.0
+ 21.0
+ 10.0.17763.0
+ 10.0.17763.0
+ 6.5
-
+
-
+
-
+
@@ -49,19 +59,10 @@
-
-
-
-
-
-
-
+
+
+
-
- WinExe
- win10-x64
-
-
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj.user b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj.user
deleted file mode 100644
index b3ba2e6..0000000
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.csproj.user
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- net6.0-windows10.0.19041
- False
- Windows Machine
-
-
- ProjectDebugger
-
-
\ No newline at end of file
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.sln b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.sln
deleted file mode 100644
index 0e61084..0000000
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/LineChartDemo.sln
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.0.31611.283
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineChartDemo", "LineChartDemo.csproj", "{5C1C84D9-9856-48A3-8687-40E25E017EBF}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Release|Any CPU.Build.0 = Release|Any CPU
- {5C1C84D9-9856-48A3-8687-40E25E017EBF}.Release|Any CPU.Deploy.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
- EndGlobalSection
-EndGlobal
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/MauiProgram.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/MauiProgram.cs
index 803726a..66053a0 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/MauiProgram.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/MauiProgram.cs
@@ -1,20 +1,27 @@
-using Syncfusion.Maui.Core.Hosting;
+using Microsoft.Extensions.Logging;
+using Syncfusion.Maui.Core.Hosting;
-namespace LineChartDemo;
-
-public static class MauiProgram
+namespace LineChartDemo
{
- public static MauiApp CreateMauiApp()
- {
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureSyncfusionCore()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- });
+ public static class MauiProgram
+ {
+ public static MauiApp CreateMauiApp()
+ {
+ var builder = MauiApp.CreateBuilder();
+ builder
+ .UseMauiApp()
+ .ConfigureSyncfusionCore()
+ .ConfigureFonts(fonts =>
+ {
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
+ });
+
+#if DEBUG
+ builder.Logging.AddDebug();
+#endif
- return builder.Build();
- }
+ return builder.Build();
+ }
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/AndroidManifest.xml b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/AndroidManifest.xml
index c05d012..bdec9b5 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/AndroidManifest.xml
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/AndroidManifest.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainActivity.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainActivity.cs
index 4842976..d8748d9 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainActivity.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainActivity.cs
@@ -2,9 +2,10 @@
using Android.Content.PM;
using Android.OS;
-namespace LineChartDemo;
-
-[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize)]
-public class MainActivity : MauiAppCompatActivity
+namespace LineChartDemo
{
+ [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
+ public class MainActivity : MauiAppCompatActivity
+ {
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainApplication.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainApplication.cs
index 4a19b00..a3438f3 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainApplication.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Android/MainApplication.cs
@@ -1,15 +1,16 @@
using Android.App;
using Android.Runtime;
-namespace LineChartDemo;
-
-[Application]
-public class MainApplication : MauiApplication
+namespace LineChartDemo
{
- public MainApplication(IntPtr handle, JniHandleOwnership ownership)
- : base(handle, ownership)
- {
- }
+ [Application]
+ public class MainApplication : MauiApplication
+ {
+ public MainApplication(IntPtr handle, JniHandleOwnership ownership)
+ : base(handle, ownership)
+ {
+ }
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/AppDelegate.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/AppDelegate.cs
index b0df8f3..a2acf37 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/AppDelegate.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,9 +1,10 @@
using Foundation;
-namespace LineChartDemo;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
+namespace LineChartDemo
{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ [Register("AppDelegate")]
+ public class AppDelegate : MauiUIApplicationDelegate
+ {
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Entitlements.plist b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Entitlements.plist
new file mode 100644
index 0000000..de4adc9
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Entitlements.plist
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ com.apple.security.app-sandbox
+
+
+ com.apple.security.network.client
+
+
+
+
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Info.plist b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Info.plist
index 0690e47..f24aacc 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Info.plist
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Info.plist
@@ -2,9 +2,17 @@
+
+
+
+
+
+
+
+
+
UIDeviceFamily
- 1
2
UIRequiredDeviceCapabilities
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Program.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Program.cs
index 2b75d8d..eabfbb2 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Program.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/MacCatalyst/Program.cs
@@ -1,15 +1,16 @@
using ObjCRuntime;
using UIKit;
-namespace LineChartDemo;
-
-public class Program
+namespace LineChartDemo
{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
+ public class Program
+ {
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/Main.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/Main.cs
new file mode 100644
index 0000000..550366c
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/Main.cs
@@ -0,0 +1,17 @@
+using System;
+using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
+
+namespace LineChartDemo
+{
+ internal class Program : MauiApplication
+ {
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+
+ static void Main(string[] args)
+ {
+ var app = new Program();
+ app.Run(args);
+ }
+ }
+}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/tizen-manifest.xml b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/tizen-manifest.xml
new file mode 100644
index 0000000..1f9f965
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Tizen/tizen-manifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+ maui-appicon-placeholder
+
+
+
+
+ http://tizen.org/privilege/internet
+
+
+
+
\ No newline at end of file
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/App.xaml.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/App.xaml.cs
index 3217827..bebbe3b 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/App.xaml.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/App.xaml.cs
@@ -3,22 +3,23 @@
// To learn more about WinUI, the WinUI project structure,
// and more about our project templates, see: http://aka.ms/winui-project-info.
-namespace LineChartDemo.WinUI;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public partial class App : MauiWinUIApplication
+namespace LineChartDemo.WinUI
{
///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
+ /// Provides application-specific behavior to supplement the default Application class.
///
- public App()
+ public partial class App : MauiWinUIApplication
{
- this.InitializeComponent();
+ ///
+ /// Initializes the singleton application object. This is the first line of authored code
+ /// executed, and as such is the logical equivalent of main() or WinMain().
+ ///
+ public App()
+ {
+ this.InitializeComponent();
+ }
+
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
-
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/Package.appxmanifest b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/Package.appxmanifest
index 87b1900..cc6906e 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/Package.appxmanifest
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/Windows/Package.appxmanifest
@@ -2,13 +2,18 @@
-
+
+
+
+ $placeholder$
User Name
+ $placeholder$.png
@@ -22,7 +27,15 @@
-
+
+
+
+
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/AppDelegate.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/AppDelegate.cs
index b0df8f3..a2acf37 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/AppDelegate.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/AppDelegate.cs
@@ -1,9 +1,10 @@
using Foundation;
-namespace LineChartDemo;
-
-[Register("AppDelegate")]
-public class AppDelegate : MauiUIApplicationDelegate
+namespace LineChartDemo
{
- protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ [Register("AppDelegate")]
+ public class AppDelegate : MauiUIApplicationDelegate
+ {
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Program.cs b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Program.cs
index 2b75d8d..eabfbb2 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Program.cs
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Program.cs
@@ -1,15 +1,16 @@
using ObjCRuntime;
using UIKit;
-namespace LineChartDemo;
-
-public class Program
+namespace LineChartDemo
{
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppDelegate));
- }
+ public class Program
+ {
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+ }
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Resources/PrivacyInfo.xcprivacy b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Resources/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..24ab3b4
--- /dev/null
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Platforms/iOS/Resources/PrivacyInfo.xcprivacy
@@ -0,0 +1,51 @@
+
+
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+ NSPrivacyAccessedAPITypeReasons
+
+ C617.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+
+
+
+
+
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Properties/launchSettings.json b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Properties/launchSettings.json
index c16206a..f4c6c8d 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Properties/launchSettings.json
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Properties/launchSettings.json
@@ -1,7 +1,7 @@
{
"profiles": {
"Windows Machine": {
- "commandName": "MsixPackage",
+ "commandName": "Project",
"nativeDebugging": false
}
}
diff --git a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/appicon.svg b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/AppIcon/appicon.svg
similarity index 98%
rename from Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/appicon.svg
rename to Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/AppIcon/appicon.svg
index 5f04fcf..9d63b65 100644
--- a/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/appicon.svg
+++ b/Syncfusion_Dot_NET_MAUI_Line_Charts/LineChartDemo/Resources/AppIcon/appicon.svg
@@ -1,4 +1,4 @@
-
-