问题描述
我需要一些可视化科学计算。我一般preFER重用code,如果已经有一个很好的提供,而不是每次发明轮子,这就是为什么我问。我需要一个C#code绘制图表(只是输出一个位图是确定)2d的(Y = F(X))
和3D (Z = F(X,Y))
数字数据集(其中任一轴可以浮动,int或日期时间),有时结合起来。
I need to visualize some scientific calculations. I generally prefer reusing code if there is already a good available instead of inventing wheels each time, that's why I am asking. I need a C# code to draw charts (just outputting a bitmap is ok) of 2d (y=f(x))
and 3d (z=f(x,y))
digital data sets (where any axis can be float, int or datetime), sometimes combined.
如果我这里去是免费的,功能非常强大。微软收购的权利,在登打士图表控件和重新包装它。是不是很简单?不,这是一个非常强大的控制。但微软也有很好的文档和了解它。样品使其看起来刚酒吧/馅饼/等类型的图表,但它可以处理数学面向图表为好。
The Microsoft Chart Controls are free and very powerful. Microsoft bought the rights to the Dundas chart control and repackaged it. Is it simple? No, it's a very powerful control. But Microsoft also has good documentation and samples for it. The samples make it appear to be just bar/pie/etc type charts, but it can handle math oriented charting as well.
这篇关于寻找框架绘制科学数据:2D / 3D的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!