0
votes
3answers
227 views
How to hide datapoint label when value is zero in a StackedBar
I have a StackedBar which shows 5 values per bar, with the data value displayed in the middle of each block. So far, so good. However, when the value is zero, the value is still be …
0
votes
0answers
9 views
WPF 3 Axis Chart
Does anyone know of a good WPF based control for doing 3 Axis Plotting? Needs to be able to take possible 3600 points and create a 3D surface like a iso map.
Must take X, Y, and …
0
votes
2answers
23 views
How do I use GDI+ to change the color of a line when it overlaps a region?
I'm using .NET GDI+ to draw a wavy line on a chart. (think sharetrading)
I want it to change color if the line goes above 90% or below 10%.
Any tips on how to get the color to ch …
1
vote
2answers
35 views
Exporting combined data/charts to a single PDF from a ASP.NET web app
We have a ASP.NET C# web application and are trying to find a way to combine data/tables and charts that can be exported a single PDF.
Some things we're looking for...
The abili …
2
votes
3answers
202 views
Charting library for Flex
I'm starting to develop a website with flex. I need a charting library. It's very important to have good looking and interactive charts. I have been testing charts included in flex …
0
votes
1answer
41 views
Which software can generate such flow chart?
Anybody have used such a software? Is there an open source equivilient? Thanks!
0
votes
0answers
35 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 v …
0
votes
1answer
10 views
why the charting dialog(using plot pack in iocomp) updating is not correct?
I develop a MFC dialog-based application in VC++6.0 which communicate with remote machines through UART port, data received should be displayed in charting control(plot pack). Beca …
0
votes
1answer
33 views
How to implement a SeriesInterpolate effect for a new Flash charting library?
I'm working with a hot new open-source Flash data visualization library (http://www.axiis.org) It doesn't (yet) have a series interpolation effect, like the Adobe Flash Charting l …
2
votes
5answers
480 views
Financial charts in .NET? Best library to display a live streaming 1-min stock chart?
We are using C# .NET.
We're looking for a method to display live streaming 1-min financial stock charts.
Need:
- Candlesticks
- Zoom/pan
- The chart scrolling in real time as it …
0
votes
2answers
117 views
Java Graphing Libraries for Web Applicattions?
I've been asked to enhance a JSP Application with (And I quote) "Some Sexy Graphs" I did a quick search on SO and came up with this question which mentions several graphing solutio …
1
vote
1answer
73 views
Is ZedGraph library development still active? If not - are there any open source replacements?
I'm about to start working on a new .NET project where I'm going to need to put real-time data from a hardware device on a chart and I was surprised to find out that ZedGraph devel …
2
votes
4answers
323 views
Dundas vs ComponentArt which one is better
Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt.
Is there a feature comparison sheet, comparing these two components?
Has anyone used …
4
votes
7answers
533 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 …
0
votes
1answer
27 views
Architecture for chart reuse.
In the company that I work for we have several web-based applications that require charting of data in one form or another. We are therefore investigating different ways of reusing …
