Scientific charting component advice
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
There's some free code here on CP... http://www.codeproject.com/KB/graphics/zedgraph.aspx[^]
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
There's some free code here on CP... http://www.codeproject.com/KB/graphics/zedgraph.aspx[^]
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001This looks really useful Mr Simmons - thanks for your help! Regards, Alan
modified on Friday, July 25, 2008 11:37 AM
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
These[^] people have more charting type components than you can easily shake a stick at and seem to have bought up all the companies I've ever got commercial charting components from over the years. If they don't have anything capable you might be better off rolling your own, it's certainly a lot more fun. :)
"The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
CP's sample. http://www.codeproject.com/KB/miscctrl/xgraph.aspx[^] http://www.codeproject.com/KB/miscctrl/High-speedCharting.aspx[^]
There are ll kinds of people in the world, those who understand binary and those who understand Roman numerals. Web - Blog - RSS - Ma
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
How about http://www.advsofteng.com/gallery.html[^]
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
Haven't tested the charts suite but devexpress so far has impressed me excellent support system (usually an answer within a day (even when you are not a customer (yet))) and overall easy in use and price isn't that much neither (but that's relative so...) http://www.devexpress.com/Products/NET/Controls/Charting/[^]
-
Haven't tested the charts suite but devexpress so far has impressed me excellent support system (usually an answer within a day (even when you are not a customer (yet))) and overall easy in use and price isn't that much neither (but that's relative so...) http://www.devexpress.com/Products/NET/Controls/Charting/[^]
Good Lord! Thanks to all - I will begin my evaluations! :-D
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
MS Research has a Data Visualization Components project, it's free for non-commercial use. (sorry no link, too lazy typing with one hand and the beer getting warm in the other)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
I found ProEssentials[^], while a bit weird, the one most geared towards scientific data (as compared to 3D animated pie charts) Their new pricing policy is weird, though.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
Before I give up and slap together a heath robinson style hand-rolled GDI solution, can anyone recommend a good c# charting component for Winforms? I've been playing with ExpertChart, but it's not quite up to the job (or if it is, I can't seem to bend it to my will). I want to plot multiple series of data, temp and/or humidity against DateTime (continuous). I don't mind paying for it [within reason]! Thanks! :)
I use ZedGraph.