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 displayable on an Excel 2007 chart is 256000. Given that each series caps out at 32000 points, 8 series are required to plot the full 256000 points...
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 the efforts we put into providing charts. As far as we have come there seems to be an architectural divide in that we can either use the same charting compone...
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 development seems to have died out (last activity on the wiki is noted in late 2007). Is that true?
If so, are there any good open-source replacements for ZedGraph...
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 library does.
Can anyone point me at anything that would help me understand how to do it? I gather it involves applying a tween effect between the old-data sp...
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). Because the amount of remote machines is determined at running time by user, so I create charting dialog dynamically with user setted amount of remote machines.
...
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 ability to export a single PDF
that includes charts, tables, etc.
The ability to embed the report into
the web app
A good number of highly configurable
chart types
...
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 different way (bar or point or line) on the same chart.
I have a custom control that I use to create and remove and modify lists of Series in a...
Anybody have used such a software? Is there an open source equivilient? Thanks!
...
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 change?
My two ideas are:-
1. Create rectangles from 0%-10% & 90%-100% & somehow use them are a color clipping/transform region. is that possible if so how.
2. ...
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 Z. NOTE: Must be performant because it has to run on low powered machines.
...
Hi All,
I need to create a Chart which will grab data from external sources when a macro is run. Setting up the UserForm and all that is fine, all done, however I cant find out how to add another piece of the series.
Is it even possible to have a series that sources data from several different locations? Basically I need it to go in ch...
Hi,
I would like to customize labels below xAxis at bar chart - have long (4-5 words) names and would like to display them next below previous.
Is it possible?
Regards,
pszemo
...
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 :
[("John",34);("Sara",30);("Will",20);("Maria",16)]
Where the ints are percentages to be represented in the pie.
I have recently insta...
I am making a small app that plots financial price data and since the finance markets are closed on the weekends, I have no data for those days. By default the chart, found in the new WPF Toolkit, shows a large gap between Friday and following Monday and this behaviour is not acceptable. I am trying to figure out a way to "hide" the week...
Is it possible to generate images (jpeg, png, etc) using the Microsoft Chart Controls library without instantiating a WinForm or ASP.NET Control class? All the examples I have seen utilize a control component. I need to create a library which contains simple methods that take data to be plotted and returns a new chart image. Examples:...
I'm writing a Silverlight application that is showing a pie chart of completed items as an item in a DataGrid. I currently can get the graph to show as an item in the DataGrid using a DataGridTemplateColumn.
My problem is the grid blows out the height of the data row because it has a title and a legend and a lot of allocated whitespace...
I'm looking for a PHP chart library, with a few specific criteria:
I can't use Google charts because, in at least one case, I need to be able to run on a private network with no internet access (ergo no Google).
I need to be able to produce bitmapped images (png, etc). SVG would also be nice, and Flash is acceptable as an extra, but t...
Hi there,
I'm working on a charting UI, and have asked for help deciding on a good AJAX charting API, I think I'm going with Flot. It does almost everything I'd like to achieve, except for one, which I'm not sure: I'd like to draw a chart, with each data point having a horizontal error bar (something one can do in excel), kinda like can...
Hi Guys
I've been searching around for a chart with interactive selection. The idea is you have a long narrow chart with a rectangle overlay which had a handle at each end, this overlay is effectively a selection of some data on the chart. You can expand the overlay to increase selection, also you can drag the overlay accross the charts...
Hey guys,
I have a problem concerning dojox.charting, after updating to the new version of dojo IE 8 doesn't show the labels of my charts anymore. Seems to be a dojox.gfx text problem.
See with IE8:
http://download.dojotoolkit.org/release-1.4.0/dojo-release-1.4.0/dojox/gfx/tests/test_text.html
Any idea how to fix that?
Cheers
-jstr
...