views:

265

answers:

2

Hi!

I'm doing an app in .NET Compact Framework 3.5 and I need to do some charting (xy, bar graph, pie and so on and stuff)...

Is there any open source library to do so? Which Excel classes should i call to do so?

thanks in advance

A: 

There is a rather good open source graphing library for .NET - ZedGraph - http://zedgraph.org/wiki/ - I have used it many times in .NET applications.

Kazar
It doesn't look like this one supports .NET CF.
tomlog
Still,i belief it uses little more than the basic .NET drawing libraries - a simple rename of the namespaces used may suffice (granted, I haven't written a drawing app in CF).
Kazar
.NET CF only supports integer pixel position (with a few exceptions), a fullframework library probably uses floating point positioning.
mliesen
A: 

I can't think of any open source libraries for .NET CF. There are a few commercial ones available though:

tomlog