charting

C# animating a bubble chart in winforms

Hello, I'm attempting to make a motion chart like the one provided by the Google Visualization API[1], in C#, with Winforms. I've managed to get most of it working by using a chart containing multiple series, with one series per time period, and the series containing all the datapoints for that time period. I have a function that "Ani...

ms Chart Multiple Series X Value Mismatch (ASP.NET)

Hi, I'm currently developing a website that shows multiple charts that I build using data from SQL tables. I've used and followed Scott Mitchell's tutorial (http://www.4guysfromrolla.com/articles/093009-1.aspx) and K. Scott Allen's ChartBuilder class (http://code.msdn.microsoft.com/mag200903XASP/Release/ProjectReleases.aspx?ReleaseId=224...

Change appearance of Google charts gauge

I have a requirement to create a slick/modern looking dashboard for a client and would like to use the gauge from Google Chart Tools. Is it possible to replace the gauge image with a custom design? Many thanks. ...

professional-quality charting library for c++

Hi, I'm writing an application in c++/MFC and there's a need to create good-quality charts (bar charts, line graphs, maybe even some custom graphics...). As an additional feature, I need to be able to export my graphs in MS Office Graph/Drawing binary file format (so that people can see them in Excel, bitmaps and metafiles just don't c...

Can you recommend a charting library for Scala?

I need to plot some 2d (y=f(x)) and 3d (real z=f(x,y), not just 3d-looking) datasets, as well as graphs (directed and not) from my Scala (2.8) application. Currently I am going to output charts data to text files and use external charting applications (like SciDAVis). But maybe there are more convenient and automated solutions available ...

Looking for Pivot Chart capability similar to Excel's PivotChart

I am looking for a .NET pivot charting component that is similar to Excel's PivotChart. This component would be used to display data to users as part of a smart client. Users may wish to slice and dice the data in a variety of ways. Ideally, the PivotChart component would allow the user to select a variety of ways to group and aggregate ...

Run Flot, Javascript on Server?

I would like to use a Javascript library (Flot) to generate charts in my application. Most of the time, the charting will be performed by clients. However, I can see that in some cases, where the same charts would be frequently accessed by all clients, it would be better to generate those charts on the server, cache them, and serve the...

Flash (Adobe Air) Charting Libraries

We are considering developing an application in Adobe AIR. However, one of the criteria is that we are able to support charting in the user interface. Some of the charts are real time (updated periodically in a manner that isn't "jerky" to the user. The application is also stand alone and will not have the use of an http server. Ca...

Silverlight Chartingtoolkit update on the fly

Is it possible to have the chart controls in silver light update with data on the fly? Ie. say I have a line chart similar to a heart beat/stock price, can I get it to update manually tick by tick and draw along the screen? have been looking around, but couldn't find any examples of this... thanks, ...

jchart2d for displaying dynamic charts with fast updating data

I want to use jcharts2d to plot fast updating data. The examples for dynamic charts in their webpage use a dummy random function to simulate fast changing data, any ideas on how to feed data into the chart? thanks in advance ...

SeriesDefinition not changing Visibility when bound

Hello, I am using the StackedColumnSeries from the Silverlight toolkit to display some data. I am trying to create a list of checkboxes that each bind to a specific series' visibility, but the visibility doesn't change. I have implemented the BooleanToVisibility converter, and it reports back correctly, and the object reports back that ...

How to add tooltips to pchart php library?

Does someone knows an addon or tutorial to add tooltips to pChart classes? ...

Using Templates with Microsoft Chart Controls

I'm using Microsoft Chart Controls to generate some charts on a Webpage. I'm trying to use Templates to have a definition of the Chart an load it on request. This is a sample of the template: <Chart Palette="BrightPastel" Width = "100" Height="100" BackColor="Black" BackGradientStyle="TopBottom" ...> <series> <series _T...

Reporting services barchart with linechart overlay

Hi, I was wondering if it was possible to create a chart similar to the one below with the Reporting Services charting control? Failing that, if there are any third party reporting controls that would be able to do it? Thanks, Matt ...

Formatting Telerik Chart and Legend Labels in Silverlight

I am trying to format a column called 'Month' using the 3-character month abbreviation in my data grid which is bound to a bar chart. My grid and chart are based on this demo example: http://demos.telerik.com/silverlight/#Chart/Aggregates. Basically, the grid compiles data and summarizes by Year, Quarter, Month, and then some other ca...

How do I show time on the x-axis in Flot?

I am trying to graph with Flot some data over time. The data being graphed contains: time: unix epoch time (whole seconds since 1/1/1970) value: it varies but it's always an integer between 0 and 10000 The time values can be in intervals of 5, 60 or 3600 seconds. How do I coerce Flot into drawing me graphs where it shows the time ...

C# .net 4 charting development in Visual Studio 2008

Hi, A previous user of my old computer had managed to develop charting controls in a c# project using Visual Studio 2008. Now, the computer has been replaced and I can no longer do this. I have read that .net 4 is incompatible with VS2008 - but then I know that the charting was working before. Does anyone have any ideas how this prob...

Suggestions for a web-based streaming charting tool

Afternoon all, I'm looking for a way of presenting near realtime data using line charts within my web application. Specifically, my requirements are as follows: It should support zooming (with the mouse wheel too!), scrolling, selecting different time ranges, etc. It should support presenting data at multiple resolutions within a sing...