[Gtk-sharp-list] Good GTK# charting library, fully integrate with Monodevelop

Scott Stephens stephens.js at gmail.com
Thu Mar 28 14:14:15 UTC 2013


I don't think there's a library that meets your criteria, at least not a
free one.  I've conducted similar searches in the past and come up empty.
 To try to meet some of my needs I forked NPlot and started a new project
which I call Florence (I told the NPlot creators what I was interested in
doing, and they asked me to rebrand rather than do it under the NPlot
name).  You can find it here: https://github.com/scottstephens/Florence

I've found the NPlot charting functionality to be sufficient, the two
capabilities that I wanted were to be able to write charting code that
could work within either WinForms or Gtk# widgets, and to add an imperative
API (so that it would be convenient to call plotting code from the C#
REPL).  Unfortunately, it's not even close to finished.  It works as well
as NPlot, just with the addition of an imperative API, and with a lot of
the code more cleanly separated between tookit-specific and
toolkit-agnostic pieces than the NPlot code was.  But it still only works
with WinForms, as I haven't implemented any of the Gtk# backends yet.
 Anyway, not even close to being a polished solution to your problem, but
if you're willing to put some coding effort into solving your problem, this
might get you closer than starting from scratch.

On Thu, Mar 28, 2013 at 7:00 AM, <gtk-sharp-list-request at lists.ximian.com>wrote:
>
> Date: Thu, 28 Mar 2013 04:29:00 -0700 (PDT)
> From: FromMidAges <siuksliu.statine at gmail.com>
> To: gtk-sharp-list at lists.ximian.com
> Subject: [Gtk-sharp-list] Good GTK# charting library,   fully integrate
>         with Monodevelop
> Message-ID: <1364470139870-4659168.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hello to all!
> I've searched over all Internet for good GTK# based charting library, which
> could be fully integrated to Monodevelop and his GUI designer.
> I've found ZedGraph, but it was poorly documented, and without integration
> to GUI designer. That is true for NPlot and NPlot.Gtk too.
> Could anybody recommend a library, which would meet all my requirements?
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20130328/4f194e14/attachment.html>


More information about the Gtk-sharp-list mailing list