Geries Handal
Geries Handal

Reputation: 63

Graphing or charting in windows mobile 6

Do you know of a [free] library for graphing or charting, similar to Zedgraph, but that works for developing on windows mobile 6?

Upvotes: 5

Views: 1905

Answers (2)

thijs
thijs

Reputation: 3465

I once used a listbox to create a (horizontal) bar graph. I needed to catch a paint event for the listbox items to be able to draw the bars. Not easy, but free if your time is free...

Upvotes: 0

tamberg
tamberg

Reputation: 2017

A basic, free chart API is http://www.codeproject.com/KB/mobile/pocketbargraph.aspx

If web access and bandwidth are not a problem, http://code.google.com/apis/chart/ might be an (admittedly unconventional) option.

Regards, tamberg

Upvotes: 4

Related Questions