Click here to Skip to main content
15,881,882 members
Articles / Operating Systems / Windows

WPF Chart Control With Pan, Zoom and More

Rate me:
Please Sign up or sign in to vote.
4.92/5 (42 votes)
10 Dec 2012Public Domain10 min read 386.3K   10.9K   174  
Chart Control for Microsoft .NET 3.0/WPF with pan, zoom, and offline rendering to the clipboard for custom sizes.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swordfish.WPF.Charts", "Swordfish.WPF.Charts\Swordfish.WPF.Charts.csproj", "{455B0C11-236A-4A4E-956F-1A3E41B7260B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestXBAP", "TestXBAP\TestXBAP.csproj", "{CAB3529A-F6B2-417E-B40F-64D65BB778E9}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Debug|x86.ActiveCfg = Debug|x86
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Debug|x86.Build.0 = Debug|x86
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Release|Any CPU.Build.0 = Release|Any CPU
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Release|x86.ActiveCfg = Release|x86
		{455B0C11-236A-4A4E-956F-1A3E41B7260B}.Release|x86.Build.0 = Release|x86
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Debug|x86.ActiveCfg = Debug|Any CPU
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Release|Any CPU.Build.0 = Release|Any CPU
		{EBABC335-F2E6-4F72-BCB0-992E8EDC9342}.Release|x86.ActiveCfg = Release|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Debug|x86.ActiveCfg = Debug|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Release|Any CPU.Build.0 = Release|Any CPU
		{CAB3529A-F6B2-417E-B40F-64D65BB778E9}.Release|x86.ActiveCfg = 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 A Public Domain dedication


Written By
Founder Cheesy Design
Taiwan Taiwan
John graduated from the University of South Australia in 1997 with a Bachelor of Electronic Engineering Degree, and since then he has worked on hardware and software in many fields including Aerospace, Defence, and Medical giving him over 10 of years experience in C++ and C# programming. In 2009 John Started his own contracting company doing business between Taiwan and Australia.

Comments and Discussions