Skip to content

Commit d47a598

Browse files
Merge pull request #3 from SyncfusionExamples/RangeColumnChartDemo
Updated Project sample with .Net 9 version.
2 parents a7c7fcd + adcc43e commit d47a598

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+8135
-173
lines changed

RangeColumnChartDemo/Platforms/Android/MainActivity.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.6.33815.320
4+
VisualStudioVersion = 17.13.35931.197 d17.13
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RangeColumnChartDemo", "RangeColumnChartDemo.csproj", "{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RangeColumnChartDemo", "RangeColumnChartDemo\RangeColumnChartDemo.csproj", "{CE256ED4-EB68-4F95-A2C3-9F2340837C8C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Release|Any CPU.Build.0 = Release|Any CPU
19-
{7611321E-6A22-4FF1-8266-29C4BAEC7EC6}.Release|Any CPU.Deploy.0 = Release|Any CPU
14+
{CE256ED4-EB68-4F95-A2C3-9F2340837C8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{CE256ED4-EB68-4F95-A2C3-9F2340837C8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{CE256ED4-EB68-4F95-A2C3-9F2340837C8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{CE256ED4-EB68-4F95-A2C3-9F2340837C8C}.Release|Any CPU.Build.0 = Release|Any CPU
2018
EndGlobalSection
2119
GlobalSection(SolutionProperties) = preSolution
2220
HideSolutionNode = FALSE
2321
EndGlobalSection
2422
GlobalSection(ExtensibilityGlobals) = postSolution
25-
SolutionGuid = {980118FB-8122-432F-A23C-DECB4F5A879C}
23+
SolutionGuid = {93BA95B7-D222-47C0-8D87-088F10189795}
2624
EndGlobalSection
2725
EndGlobal

RangeColumnChartDemo/App.xaml renamed to RangeColumnChartDemo/RangeColumnChartDemo/App.xaml

File renamed without changes.

RangeColumnChartDemo/App.xaml.cs renamed to RangeColumnChartDemo/RangeColumnChartDemo/App.xaml.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ public partial class App : Application
55
public App()
66
{
77
InitializeComponent();
8+
}
89

9-
MainPage = new MainPage();
10+
protected override Window CreateWindow(IActivationState? activationState)
11+
{
12+
return new Window(new MainPage());
1013
}
1114
}
1215
}

RangeColumnChartDemo/AppShell.xaml renamed to RangeColumnChartDemo/RangeColumnChartDemo/AppShell.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
55
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
66
xmlns:local="clr-namespace:RangeColumnChartDemo"
7-
Shell.FlyoutBehavior="Disabled">
7+
Shell.FlyoutBehavior="Flyout"
8+
Title="RangeColumnChartDemo">
89

910
<ShellContent
1011
Title="Home"

RangeColumnChartDemo/AppShell.xaml.cs renamed to RangeColumnChartDemo/RangeColumnChartDemo/AppShell.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ public AppShell()
77
InitializeComponent();
88
}
99
}
10-
}
10+
}

RangeColumnChartDemo/MainPage.xaml renamed to RangeColumnChartDemo/RangeColumnChartDemo/MainPage.xaml

File renamed without changes.

RangeColumnChartDemo/MainPage.xaml.cs renamed to RangeColumnChartDemo/RangeColumnChartDemo/MainPage.xaml.cs

File renamed without changes.

RangeColumnChartDemo/MauiProgram.cs renamed to RangeColumnChartDemo/RangeColumnChartDemo/MauiProgram.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Microsoft.Extensions.Logging;
22
using Syncfusion.Maui.Core.Hosting;
3-
43
namespace RangeColumnChartDemo
54
{
65
public static class MauiProgram
@@ -10,18 +9,18 @@ public static MauiApp CreateMauiApp()
109
var builder = MauiApp.CreateBuilder();
1110
builder
1211
.UseMauiApp<App>()
13-
.ConfigureSyncfusionCore()
12+
.ConfigureSyncfusionCore()
1413
.ConfigureFonts(fonts =>
1514
{
1615
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
1716
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
1817
});
1918

2019
#if DEBUG
21-
builder.Logging.AddDebug();
20+
builder.Logging.AddDebug();
2221
#endif
2322

2423
return builder.Build();
2524
}
2625
}
27-
}
26+
}

RangeColumnChartDemo/Model/Model.cs renamed to RangeColumnChartDemo/RangeColumnChartDemo/Model/Model.cs

File renamed without changes.

0 commit comments

Comments
 (0)