Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Modern UI (Metro) Charts for Windows 8, WPF, Silverlight" for .net 4.0

I'm searching for a good chart-control and found "Modern UI (Metro) Charts for Windows 8, WPF, Silverlight" This control looks really good but I need this for Visual Studio 2010 and 4.0. The original source is written in Visual Studio 2012 und 4.5 so I tried to create a new project with the class files. Everything works well. I can compile the classes and debug thru. But the result is an empty window. I don't know where the mistake is. The files are unchanged thats why I post some pictures:

the working sample the working sample

copied 4.0 sample copied 4.0 sample

the working sample Snoop the working sample Snoop

copied 4.0 sample Snoop copied 4.0 sample Snoop

like image 983
masterchris_99 Avatar asked Nov 04 '22 01:11

masterchris_99


1 Answers

The new Metro Charts are really good! Like you've mentioned, they are targetting Windows 8 and .net 4.5, but you can get them to run on Windows 7 with .net 4.0 in VS 2010 as well. Take a look at http://thusithamabotuwana.wordpress.com/2014/02/02/charting-with-wpf/ if you need a quick tutorial on how to get started.

like image 137
Thusi Avatar answered Nov 12 '22 18:11

Thusi