Skip to content

Commit cbd1faf

Browse files
Added cartesian chart sample
1 parent fa32200 commit cbd1faf

48 files changed

Lines changed: 1604 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.

Cartesian_chart_sample/.vs/CartesianChartSample/FileContentIndex/read.lock

Whitespace-only changes.
728 Bytes
Binary file not shown.
40 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}") = "CartesianChartSample", "CartesianChartSample\CartesianChartSample.csproj", "{CA0D5F51-94D0-4C1F-87CA-DBA829862431}"
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+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{CA0D5F51-94D0-4C1F-87CA-DBA829862431}.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:CartesianChartSample"
5+
x:Class="CartesianChartSample.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)