Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Charting in Gtk / Gtk#

Tags:

c#

gtk#

i would like to create a simple charting system for stock in Gtk# (and C#), with the possibilities to draw inside it. I don't know where to start: it's best to start from scratch ? Or using something pre-made ? Is it best to use Cairo ? Or System.Drawing ? Are there some piece of code i can reuse ?

Thanks

like image 806
stighy Avatar asked Nov 15 '10 13:11

stighy


1 Answers

Medsphere has some custom gtk# widgets and amongst them is a Graph, have a look here for the overview and here for the Graph documentation.

like image 103
Thomas Avatar answered Sep 22 '22 22:09

Thomas