17
votes
18answers
1k views
Beautiful charting/graphing/scientific plotting
Are there any open-source charting libraries (at this point, I don't care what language/platform it's available for) that can produce "really, really, ridiculously good looking" plots, preferably with …
9
votes
7answers
1k views
Recommendation for high performance WPF Chart
We're working on a WPF-based desktop application that charts financial markets information (candlestick charts, overlayed indicator curves, volume, etc). The charts are displayed in real-time with …
7
votes
3answers
626 views
C#/Excel: Working Around Maximum Series Size On Chart
I need help programatically graphing more points than can fit in a single Excel series.
According to http://office.microsoft.com/en-us/excel/HP100738491033.aspx the maximum number of points …
7
votes
4answers
1k views
New asp.net charting controls - will they work with MVC (eventually)?
Scott Gu just posted about a new set of charting controls being distributed by the .NET team. They look incredible: …
5
votes
10answers
2k views
Which Gantt chart/Project management tool would you recommend for linux?
I need a Project management tool that works in Linux, and has Gantt charts.
It doesn't have to be free, just not expensive.
I don't care how it stores the information I give it, as long as I can …
4
votes
3answers
160 views
jQuery Charting
Can anybody suggest nice cross browser jQuery API plugin for developing Chart application
except like filamentgroup.com.
The API should be customizible.I want to integrate it in ASP.NET. (ofcourse
…
4
votes
8answers
659 views
Ruby on Rails: What Reporting and/or Charting Tools Are Available?
I'm just starting out with Ruby/Rails and am wondering what Rails developers use to provide reports and/or charts on Rails sites. In ASP.NET I use the tools from DevExpress but I don't know enough …
4
votes
4answers
700 views
C# financial charting library for Windows Forms?
Hi,
I need a open-source/free C# tool or library that can do financial charting for a student project. It needs to be able to do a open-high-low-close chart, and be able to graph various technical …
4
votes
6answers
453 views
Is there a way to change the sql reporting chart type and sub type at runtime?
Is there a way to change SQL Reporting "chart type" and "sub type" at runtime?
I'm working with a .rdlc report and can't seem to figure out the way to change this at runtime. I don't have the …
3
votes
5answers
140 views
Astronomy API
Hi,
I am interested in charting the positions of the planets. If you have any information about API's or other means of accomplishing this on mac osx, I would appreciate a response.
Thanks,
Bill
3
votes
7answers
261 views
Web Charting, serverside or client side?
I'm trying to establish whether we are better off rendering charts serverside and pushing them to the browser as images or using a javascript charting library to draw the charts clientside.
I'm …
3
votes
4answers
1k views
Extending chart functionality in SSRS
The default chart object in the SQL Server (2005) Business Intelligence Development Studio doesn't seem to some have formatting options like :
specifying the text direction of labels in the x and y …
3
votes
11answers
371 views
Charting in web-based applications
What are the various charting tools that are available for displaying charts on a web page using ASP.NET?
I know about commercial tools such as Dundas and Infragistics.
I could have "googled" this …
2
votes
2answers
140 views
F# charting example
I would like to do some basic charting in F# using build in features or a free library.
And I would be very very pleased with a very basic example of it, a pie chart if possible.
Example data :
…
2
votes
1answer
93 views
ASP.NET Charting Control - Dynamically Adding and Removing Series of Datapoints
If you're familiar with ASP.NET's Charting controls, the Chart object contains a number of Series objects - which are series of datapoints that can be charted. Each series can be visualized in a …
