Is there a good (flexible, feature-rich, KISS, modern) free C# framework for drawing charts (just ou

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-01T04:33:14Z Indexed on 2010/05/01 4:37 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about charts