Skip to content

Commit 16e4ce9

Browse files
Added circular chart image and sample
1 parent e583859 commit 16e4ce9

47 files changed

Lines changed: 1418 additions & 1 deletion

Some content is hidden

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

Circular_chart_sample/.vs/CircularChartSample/FileContentIndex/read.lock

Whitespace-only changes.
716 Bytes
Binary file not shown.
41 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31611.283
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CircularChartSample", "CircularChartSample\CircularChartSample.csproj", "{C88B3480-5807-4352-BDAF-B1B30A4B21B1}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{C88B3480-5807-4352-BDAF-B1B30A4B21B1}.Release|Any CPU.Deploy.0 = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(SolutionProperties) = preSolution
22+
HideSolutionNode = FALSE
23+
EndGlobalSection
24+
GlobalSection(ExtensibilityGlobals) = postSolution
25+
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
26+
EndGlobalSection
27+
EndGlobal
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version = "1.0" encoding = "UTF-8" ?>
2+
<Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4+
xmlns:local="clr-namespace:CircularChartSample"
5+
x:Class="CircularChartSample.App">
6+
<Application.Resources>
7+
<ResourceDictionary>
8+
<ResourceDictionary.MergedDictionaries>
9+
<ResourceDictionary Source="Resources/Styles/Colors.xaml" />
10+
<ResourceDictionary Source="Resources/Styles/Styles.xaml" />
11+
</ResourceDictionary.MergedDictionaries>
12+
</ResourceDictionary>
13+
</Application.Resources>
14+
</Application>

0 commit comments

Comments
 (0)