charting

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 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...

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 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...

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 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...

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 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...

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). 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. ...

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 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 ...

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 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...

Which software can generate such flow chart?

Anybody have used such a software? Is there an open source equivilient? Thanks! ...

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 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. ...

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 Z. NOTE: Must be performant because it has to run on low powered machines. ...

Add Chart Data from other Workbooks into one series with VBA - Excel 2007

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...

labels below xAxis at flex barChart

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 ...

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 : [("John",34);("Sara",30);("Will",20);("Maria",16)] Where the ints are percentages to be represented in the pie. I have recently insta...

Hide weekends on WPF toolkit chart

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...

Generate Image with Microsoft .NET Chart Controls Library without Control

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:...

How do I show only the graph of a chart (No Legend, No Title, Minimum Space Used) in Silverlight 3.0?

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...

PHP charting library

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...

horizontal error bar

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...

WPF chart with x-axis selection

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...

Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx

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 ...