charts

Dyanmically updating Legends - ActionScript 3

Hey All, I have some issues in updating the legends created using action script. Please read the following steps to understand the issue. Created a line chart with two data Series. Created a legend. Appended chart and legend to a container. There is an update button. Clicked on the button. Now the line chart was updated with three da...

Selecting Flex chart items and displaying sum of items selected

I would like to use the selectionMode=multiple described in the Flex docs, but with a few modifications: 1) I would like the box that the user drags over the graph to remain there until the user drags a new one. 2) In the top right corner of the box I want to display the sum of the items selected by that box. Does anyone have any exam...

asp.net Chart Controls on a user control in MVC

Hello Fellow Developers, I am new to the MVC Framework. Im working on a dashboard project in the MVC framework. The project consists of a bunch of charting control in a user controls contained in a master page. I did a test on a charting control on a aspx page..and it works...but when I moved the code to a ascx (usercontrol) the chart ...

Unable to disply the chart in crystal report ?

I am using VC++ and crystal report, in report I want chart to be displayed, I am using the Datset and giving the records at run time,All the records are displayed properly but the graph is not displaying correct output,infact I am getting no bars(I have chosen a BAR GRAPH) in graphs,please help. In my dataset I taken a simple table call...

C# Charts n Graphs

Does .NET 3.5 provide any build-in support for charts and graphs for Windows Forms applications? ...

How to make a JSR-168 portlet with a chart?

I'm trying to make a JSR-168 portlet with a chart. Studying about it i can run some portlets in NetBeans with portlet-container but i have to make some charts to run too. Can some one help with a LINK or an Example? I found that to help me: -> dojocampus.org -> dojotoolkit.org -> extjs.com I make a chart, but when i put on portlet-con...

B&W Chart in Crystal Report 10 Not working as Expected!!!

in "Template" Menu and "Costum" Tabpage I selected "Letter Size B&W" But as a result just 4 columns are in B&W Format, and other columns are Colorfull starting from Orange!!! How can I fix that? What wrong with Crystal Report 10?? ...

Create graph in ASP based on the values from database

hi there.. does anyone know how to create a bar/pie graph based on the value from database in ASP? For example, i would to create a graph based on the number of people who went for vacation in certain state..I would like to retrieve the value directly from database..need help..thanks.. ...

Stacked bar charts

Hi, i need to create a chart similar to this: link text Do you have any tips or ideas of a library that I could use? I've tried Google Charts but it's not as flexible as I need it to be. Note that I cannot use a library that requires a third party library to view the charts (like flash or silverlight). Thanks ...

How to do I change a Series color in Excel using C#?

I have written a program in C# whereby it automatically generates a graph for me from a CSV file and puts it onto a new XLS file. However, I need to change the color of the Line (as it is a Line Chart) to red rather than the default blue. I am finding this extremely difficult to do and the stuff I've found online has not worked. Please ...

Simple free diagramming tool for Mac OS X?

I want to create a diagram that shows how my app works. Not a class diagram. Don't know the word. Just a nonscientific, simple diagram that helps keeping track of what happens when user does something, i.e. press a button or delete something. Flow thing maybe. You may know how it's called. Basically, I just need some boxes where I can p...

How can I resolve exception: Error executing child request for ChartImg.axd

I'm using the Chart Controls for Mircosoft .NET Framerwork. Most of the time they work perfectly. However, if I leave a page for longer than 20-30 mins and then try to refresh the page, I get an error saying: Error executing child request for ChartImg.axd. Exception Details: System.Web.HttpException: Error executing child request ...

Accessing Flex Chart dataRegion

I want to be able to access a Flex chart's dataRegion so I can overlay another object that fills the same space. How would I do this? or Is there a better way to accomplish the task? ...

How can I create a bar-chart with JFreeChart, that shortens too long bars with a visible hint?

I want to create a bar-chart, but extraordinary high values should be shortened. An example is this image: I hope it is clear what I want. My question is: How can I do this with JFreeChart. If it isn't possible with JFreeChart you can possibly recommend alternative open-source Java-libraries to produce such an output. ...

Ruby and Google Charts - using gchartrb

I'm having my first go at using Google charts using a Ruby wrapper called gchartrb. My first attempt was to draw a bar chart, which works fairly well, except that the largest value (Trend 2 - 800) hits the top of the y axis. I'm guessing this is a Google Charts issue, but I was wondering if there was a way around this problem so all va...

Display AxisRenderer outside Flex Chart

Hi, Is there a way to display the Vertical Axis outside the graph? I need the limits of the graph to be displayed between the vertical axis, without overlapping the series over the graph. See that screenshot of what I have: I need to get something like: Or I should create a custom axis renderer component that get data from this g...

How Do I Annotate Charts in MATLAB?

I've got a MATLAB script that is called every half hour to build a chart that is placed on my webpage: load ~/emailAnalysis/results.txt temp = results(:,3)-1238370000; h=plot(temp,results(:,1)) xlim([0,max(temp)-1]) ylim([0 max(results(:,1))]) set(gca,'XTick',[1:86400*7:(86400*max(temp))+1]) set(gca,'XTickLabel',[1:1:100]) set(gca,'XGri...

3d Line graph in Java

Is there any good open source library in Java which can be used to draw 3D dynamic charts, like JFreeChart does it for 2D? ...

Excel Graphs not printing the right size in Word 2007

Hi there I'm highly annoyed because I've been trying to print excel charts in word and I'm not getting any love. I have 170 graphs or so that need to be put into word (so I can have 2 per page) and then printed as an Appendix to a report. I'm transferring the graphs by dragging the actual excel file and dropping into word as this is the...

Best java 3D pie chart API

Which is the best java 3D pie chart API available to use in a standalone java application? The pie chart should also support detached property. ...