Do you know of a [free] library for graphing or charting, similar to Zedgraph, but that works for developing on windows mobile 6?
你知道一个[免费]库的图形或图表,类似于Zedgraph,但是适用于在windows mobile 6上开发吗?
2 个解决方案
#1
4
A basic, free chart API is http://www.codeproject.com/KB/mobile/pocketbargraph.aspx
一个基本的免费图表API是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.
如果网络访问和带宽不是问题,那么http://code.google.com/apis/chart/可能是(无可否认的非传统)选项。
Regards, tamberg
#2
0
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...
我曾经使用列表框来创建(水平)条形图。我需要捕获列表框项目的绘制事件才能绘制条形图。不容易,但如果你的时间是免费的,免费的......
#1
4
A basic, free chart API is http://www.codeproject.com/KB/mobile/pocketbargraph.aspx
一个基本的免费图表API是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.
如果网络访问和带宽不是问题,那么http://code.google.com/apis/chart/可能是(无可否认的非传统)选项。
Regards, tamberg
#2
0
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...
我曾经使用列表框来创建(水平)条形图。我需要捕获列表框项目的绘制事件才能绘制条形图。不容易,但如果你的时间是免费的,免费的......