在WPF中制作图表的最佳方法是什么? (或者一般来说也适用于WPF)

时间:2022-04-04 15:55:04

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.

所以我在WPF中制作了一个软件,我希望能够从我存储的数据中制作图形。只是带有x和y轴的折线图。理想情况下,我希望他们对他们有一个优雅的优雅。

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

我知道WPF没有附带图表,我在WinForms项目中尝试过ZedGraph,但我坦率地说它看起来很难看。

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

在WPF中制作简单,优雅的图形的最佳方法是什么?

4 个解决方案

#1


4  

The WPF Toolkit is available. It is free from CodePlex. It contains some nice charting classes.

WPF工具包可用。它免费提供CodePlex。它包含一些不错的图表类。

It can be downloaded here. There is some commentary here.

它可以在这里下载。这里有一些评论。

#2


5  

Try VisiFire. It looks good. It works well.

试试VisiFire。看上去不错。它运作良好。

在WPF中制作图表的最佳方法是什么? (或者一般来说也适用于WPF)

#3


4  

You can get the Silverlight Chart Controls running on WPF, they're quite nice (and free).

你可以在WPF上运行Silverlight图表控件,它们非常好(而且是免费的)。

#4


1  

Microsoft purchased some of the IP from Dundas and supplied their winforms/asp.net charts as Microsoft Chart Controls

微软从Dundas购买了一些IP,并将其winforms / asp.net图表作为Microsoft Chart Controls提供

Since they will render as images they should be integrate without too much effort.

由于它们将呈现为图像,因此它们应该集成而不需要太多努力。

I have used the underlying dundas functionality and like it so would assume that these are respectable free controls.

我已经使用了底层的dundas功能并且喜欢它,所以假设这些是可敬的免费控件。

#1


4  

The WPF Toolkit is available. It is free from CodePlex. It contains some nice charting classes.

WPF工具包可用。它免费提供CodePlex。它包含一些不错的图表类。

It can be downloaded here. There is some commentary here.

它可以在这里下载。这里有一些评论。

#2


5  

Try VisiFire. It looks good. It works well.

试试VisiFire。看上去不错。它运作良好。

在WPF中制作图表的最佳方法是什么? (或者一般来说也适用于WPF)

#3


4  

You can get the Silverlight Chart Controls running on WPF, they're quite nice (and free).

你可以在WPF上运行Silverlight图表控件,它们非常好(而且是免费的)。

#4


1  

Microsoft purchased some of the IP from Dundas and supplied their winforms/asp.net charts as Microsoft Chart Controls

微软从Dundas购买了一些IP,并将其winforms / asp.net图表作为Microsoft Chart Controls提供

Since they will render as images they should be integrate without too much effort.

由于它们将呈现为图像,因此它们应该集成而不需要太多努力。

I have used the underlying dundas functionality and like it so would assume that these are respectable free controls.

我已经使用了底层的dundas功能并且喜欢它,所以假设这些是可敬的免费控件。