charts

What are most beautiful Silverlight charts?

We need most handsome Silverlight controls now. It is very important for us to have sexy animated charts. Please, advise. Here is one we found. EDIT: Sorry being lazy while creating this question. Please do not close it. To be more clear I'll list all our needs. We need speedometer-like chart, World-map chart, bar-chart, line-chart. ...

Create Excel Charts in Java

I've been using Apache POI to create and modify Excel spreadsheets, but I'm wondering if there is a way (even if it's with a different library, preferably open source) to create charts in Excel in the new xlsx format. It looks like POI has an HSSFChart but I believe that's for the older format (please correct me if I'm wrong). Has anyone...

Shading an area between two points in a WPF Toolkit Line Chart

I am using the charts that come with the WPF toolkit and I am trying to shade or color between two points on a line chart. For instance: I have dates on the x-axis and I want to color the area on the chart between two of those dates. Anyone have any ideas or solutions? ...

assemblies required for silverlight charts

i want the assemblies (*.dll) files for silverlight charting controls or give me path that where does it stoer when we install the toolkit in our computer ...

Problem with Google Chart

Hello, I'm developing an application which draws some charts and I'm using Google Chart. After I have all the needed data I build the URL dinamically. The problem is that Google Chart doesn't always fix the maximum and minimum of the chart to the values I provide. I calculate Max and Min Values based on the data of the cart. I've set th...

Flashed Based Charting Component which can export to PNG/Jpeg

I am creating a web service application which will serve charts (i.e. line graphs, bar charts, pie charts, etc) in either Flash or PNG/Jpeg format. Most users will of course want the Flash version. But for the small version that can't support Flash I would like to have the "Flash Screen Shot" rendered as a static graphic image. I am s...

Python: Creating Excel worksheets with charts

Hi, Is there any module for creating Excel charts with embedded charts in Python? The modules mentioned in this question don't seem to have that capability. I prefer a generic module that would work under Ubuntu, not a Windows-dependent one. EDIT: I will also appreciate ways to embed images within the created charts, as I can create t...

problem displaying axis values in flex chart

I have a value object something like this public class Data { public var date:Date; public var value:int; ... public function get formattedDate():String { return date.getDay()+"."date.getMonth()+"."+date.getYear(); } } When I use the 'date' field for the category axis everything is fine but ...

What's the name for this type of flowchart?

Take a look at this; it's very obvious how it works and what its purpose is: What's this type of chart called? Can I make this kind of chart in Visio? What software do you recommend for making this kind of chart? ...

How to draw charts in Android?

I want to draw charts like pie charts to display stats in my Android app. As Android doesn't support Swing and AWT, i wonder how can i draw charts in Android? Please note that i don't want to use a third party tool. ...

Create charts ready for print

I'm looking for a solution for creating charts dynamically, that will be ready to be used in a newspaper or similar printed media. I've got data that is updated regurarly, stored on a server. What I need is a script that takes the data and creates a (good looking) chart, and exports the chart as PDF or EPS (or a high resolution pixel i...

What is the proper way to use google line charts with dates

I see this link to use google chart api for putting multiple line charts together What is the recommended way to have dates on the bottom line as it seems like each row in the chart has the same level of space so if i have charts where their are dates and values i want the correct spacing to be there between date values (1 day differenc...

Displaying ASP.NET Chart controls in ASP.NET MVC site with virtual path

I have a simple project that combines ASP.NET MVC with ASP.NET Charts control. Code is super simple and works IF I do not specify any "Virtual Path" when I run it in VS 2008. I followed Mike Ceranski post on his blog here: http://www.codecapers.com/post/Build-a-Dashboard-With-Microsoft-Chart-Controls.aspx But, if I put a virtual path (i...

Silverlight toolkit chart: axes do not always display 0 and maximum value

I am using the chart control provided in the silverlight toolkit. I have defined 3 axes (code below). Now the series in the chart change at a user's command. Sometimes, the 0 value of the origin and the maximum axis value do not get displayed. They are not necessarily missing at the same time. I am out of idea on why this is happening. ...

Drag and drop between List control and Chart

Hi All, I am trying to implement a drag and drop function between a list control and a columnchart in Flex3. List items should, when dragged and dropped on the chart, be displayed graphically in the columnchart. Alas, dropping the listitems on the chart does not seem to result in a proper graph. Here my code till so far with regard to t...

Draw a LineSeries with Border around?

Is it possible to draw a LineSeries with a border? In my special case i have horizontally LineSeries without data points and would like to draw a border around them. Any ideas? ...

What type of chart would you choose for this problem, and what charting library can provide it?

Suppose I have N segments, each one having a start and a end value, for example: [1,40],[40,80],[80,100],[90,110] I'd like to create a chart where I can display all of them, in such a way that I can see that the fourth segment overlaps the values of the third one. I'm new to charting, can you suggest which chart type I could use for...

ASP Chart Control Hover Event showing X, Y Datapoint

Hi developers, I am using the ASP.NET chart control in C#. What I would like to get done is showing the X,Y datapoints when hovering over the chart from left to right. Please use this link for an example: http://de.finance.yahoo.com/echarts?s=^GDAXI#chart2:symbol=^gdaxi;range=5d;indicator=volume;charttype=line;crosshair=on;ohlcvalues=0;...

Please recommend one or more of the best Chart component,Flash or javascript

I am looking for a suitable charting component use in my Web project,Please help me! Thanks! ...

how to freeze the y axis of the chart control in ms chart?

how to freeze the y axis of the chart control in ms chart? need to use because data displayed at large amount that is scrollable. ...