Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to make a graph in WPF? (or in general that would apply to WPF as well)

Tags:

c#

.net

wpf

So I am making a piece of software in WPF, and I want to be able to make graphs out of the data I am storing. Just line graphs with x and y axises. Ideally I would want them to have a nice elegant simplicity to them.

I know WPF doesn't come with graphs, and I have tried ZedGraph in a WinForms project, but I thought frankly it looked ugly.

What is the best way to make simple, elegant graphs in WPF?

like image 535
Alex Baranosky Avatar asked Feb 13 '09 10:02

Alex Baranosky


People also ask

How do you navigate from one XAML page to another in WPF MVVM?

To package content for navigation, WPF provides the Page class. You can navigate from one Page to another declaratively, by using a Hyperlink, or programmatically, by using the NavigationService. WPF uses the journal to remember pages that have been navigated from and to navigate back to them.


1 Answers

Try VisiFire. It looks good. It works well.

enter image description here

like image 113
epotter Avatar answered Oct 19 '22 19:10

epotter