Jump to content

Does anyone know how to draw a line graph


Guest vman69

Recommended Posts

Guest vman69

Hi guys, I am after some wisdom. I am writing a application for smartphone windows 2003 and I want to draw a line graph based on some data I have. Has anyone done this before and can give me some code examples? Or does anyone know of a library that exists that I could use???

thanks

Link to comment
Share on other sites

Guest mgama
Hi guys, I am after some wisdom. I am writing a application for smartphone windows 2003 and I want to draw a line graph based on some data I have. Has anyone done this before and can give me some code examples? Or does anyone know of a library that exists that I could use???

thanks

<{POST_SNAPBACK}>

I've been slow getting around to it, but there is an example written in C# for PocketPC's in the book "Microsoft .NET Compact Framework" by Andy Wigley and Stephen Wheelwright (ISBN 0-7356-1725-2). It wouldn't be difficult to write it for the smartphone, or to write one from scratch.

Link to comment
Share on other sites

Guest vman69

Thanks alot the example was very helpful I am going to port it to smartphone the only real issue that needs to be changed is the screen size it deals with. Thanks alot for your reply this stuff has been driving me crazy for a while.

Link to comment
Share on other sites

Guest nausea
Hi guys, I am after some wisdom. I am writing a application for smartphone windows 2003 and I want to draw a line graph based on some data I have. Has anyone done this before and can give me some code examples? Or does anyone know of a library that exists that I could use???

thanks

<{POST_SNAPBACK}>

Use the DrawLine() API function. Look it up in the SDK.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.