Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have platform SDK for an embedded device. It works with Visual Studio 2008 on .NET Compact Framework 3.5. Device runs on Windows CE. I am developing a windows form in VS2008. I wanted to plot a line chart on Forms.

What I have tried:

I tried searching a lot on forums but not been able to find any good solution.
Can anyone suggest any internal function or any 3rd party library (free or paid will work) that will help me plot chart on .NET Compact framework 3.5?
Posted
Updated 27-Feb-23 22:32pm

Maybe you can use ZedGraph - a flexible charting library for .NET[^]

Or: QCChart2D and QCChart2D CF (VB and C#)[^]
This seems to be paid software, I could not find a download link, so maybe its best to contact the author.
 
Share this answer
 
v3
The .NET Compact Framework 3.5 does not have built-in charting functionality, but you can use a third-party charting library called NPlot, it is free and available on Github - NPlot is an open source charting library for .NET[^]

I would however suggest that you rather upscale to newer versions of .Net as this is outdated by 10 years or so.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900