Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / Windows Forms

Making SVG Charts with Common Objects

Rate me:
Please Sign up or sign in to vote.
4.79/5 (15 votes)
22 Jun 2010CPOL4 min read 86K   3.4K   70  
This article explains how to create some interesting charts in SVG documents

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVGObjects", "SVGObjects\SVGObjects.csproj", "{508E6798-6871-45C4-A3A7-6EAB518695F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "frmTry", "frmTry\frmTry.csproj", "{A117616C-803B-42A1-AC12-1BE5390852F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charts", "Charts\Charts.csproj", "{7B5418A5-9B7E-4A55-925E-50C9A0B64FD1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{508E6798-6871-45C4-A3A7-6EAB518695F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{508E6798-6871-45C4-A3A7-6EAB518695F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{508E6798-6871-45C4-A3A7-6EAB518695F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{508E6798-6871-45C4-A3A7-6EAB518695F7}.Release|Any CPU.Build.0 = Release|Any CPU
		{A117616C-803B-42A1-AC12-1BE5390852F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A117616C-803B-42A1-AC12-1BE5390852F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A117616C-803B-42A1-AC12-1BE5390852F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A117616C-803B-42A1-AC12-1BE5390852F9}.Release|Any CPU.Build.0 = Release|Any CPU
		{7B5418A5-9B7E-4A55-925E-50C9A0B64FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7B5418A5-9B7E-4A55-925E-50C9A0B64FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7B5418A5-9B7E-4A55-925E-50C9A0B64FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7B5418A5-9B7E-4A55-925E-50C9A0B64FD1}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Spain Spain
http://www.linkedin.com/in/gerard-castello-viader
https://github.com/gcastellov

Comments and Discussions