Open source Graph library [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for any open source/free graph(charting) library in C/C++ or C#. Just like free JfreeChart in java.
Does anyone know it?

I'm a big fan of gnuplot... It's open-source and very versatile.

You can try Microsoft Chart Controls for Microsoft .NET Framework 3.5 for .Net.
Samples are also available.

Take a look at MathGL

DynamicDataDisplay for C# is free and a quite efficient way of charting data. It supports quick pans and zooms.

Related

C# opensource djvu library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Do you know any opensource libraries for DJVU? I can't find anything useful.
One of the most rated DjVU library is here:
DjVuLibre
However is in C++.
I created an open source Djvu library which is written in C#. It needs to be optimized a bit, but is fully usable. https://github.com/Telavian/DjvuNet
As for open source DjVuLibre mentioned by Steve, you could find some pointers how to use it from .NET here - Creating simple c++.net wrapper. Step-by-step
As for paid libraries - you could look at: Caminova DjVu SDK for .NET Framework. This is not too expensive.

Is there any open source or free graphic/reports/charts framework for windows forms? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source or free graphic/reports/charts framework for windows forms?
I've heard good things about zedgraph - http://sourceforge.net/projects/zedgraph/
You can get the Microsoft Chart Controls for .NET that they released a while ago. It is fairly easy to use but for one reason or another not widely known.
would the MS charting library suffice? It supports both web and winforms usage...

Best Documentation tools for .Net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anybody suggest me a good documentation tools with easy use GUI for C#
I think you should go for sandcastle instead. It is an open source project run by Microsoft.
NDOC is a very good tool and can be eaisly used with GUI.

Any decent javascript code editor *control* for .net? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
With syntax highlighting and intellisense if possible. Can be paid but better if free. What I need is a control/class/lib/dll that I can use in a Windows Forms project. I don't need a program. I'm using .net 4.0 with Visual Studio 2010. Working on C#.
I think I found the perfect solution: http://www.codeproject.com/KB/library/storm.aspx
Haven't tested much yet but seems to be just great.
Take a look at: C# - Is there any WPF HTML/Javascript/CSS Syntax Editor Control?

Have you seen library for flexible working with terminal(Unix like)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Have you seen library for flexible working with terminal(Unix like)?
I want to implement autocompletion, history, help params in my console application same operations you can see in the Unix terminals.
C#, Mono library.
Thanks.
Here you go, GNU Readline support for Mono, Mono-Readline.
See also, Is there a .Net library similar to GNU readline?

Categories