Tagged Questions

0
votes
1answer
27 views

problem drawing gRaphaeljs pie chart

Hi, I was trying to draw the raphaeljs piechart. I used the same example as shown on "http://g.raphaeljs.com/piechart2.html". It renders me the text but the pie charts goes missin …
0
votes
1answer
286 views

.NET pie chart: how to add text to slices and rotate chart

The code below creates a 24 slice pie chart. How do I: Add text labels to each slice a la "Wheel of Fortune". Rotate the pie chart? I want it to spin like "Wheel of Fortune". p …
0
votes
2answers
56 views

Dynamic Pie Charts

I am searching for a free charting library, either in Java, JS, or Flash, that allows for drill-down type interaction. An example of this sort of behavior can be found in the trend …
0
votes
0answers
43 views

Pie Chart sections out of order in JasperReports

I am creating a pie chart using a JRBeanCollectionDataSource. I create that with an ArrayList whose contents are ordered specifically. When JasperReports uses JFreeChart to gener …
0
votes
1answer
157 views

Reporting Services 2008 Pie Chart from multiple fields

I want a pie chart where each of these values represent a slice of the value Total_nr_of_shipments: Late_delivery_forwarder_fault, Late_delivery_shipper_fault, Late_delivery_consig …
1
vote
5answers
196 views

Making A Graphic Pie Chart In C#

I'm trying to write a Windows Application that shows a pie chart with seven unequal slices (25%, 20%, 18%, 17%, 10%, 10%, 10%) all of them will be colored differently. So far I ha …
0
votes
2answers
150 views

Mint.com Pie and Bar Charts

Does anyone know what frameworks they are using to create these or are they doing all of these in house? Thanks
1
vote
2answers
113 views

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.
-1
votes
1answer
110 views

Infragistics Clickable PieChart

I am attempting to create a clickable piechart in ASP.NET 2.0 with C# using version 7.1 of Infragistics' software. The chart appears as it should, but the function marked in the O …
0
votes
1answer
213 views

Annotations on a JFreeChart Pie Chart

Specifically I am looking to add text annotations to specific locations to a JFreeChart that is being output to a png file for web use. Can/how do annotations get added to pie char …
0
votes
3answers
90 views

pie charts

Hi All, Any possible to create below type(please go through the link) of pie charts and values create dynamically? ![alt text][1] http://img406.imageshack.us/img406/7139/pi …
0
votes
2answers
147 views

Jfreechart help

Is it possible to draw a 3D chart using JfreeChart like in the following link.If possible can anyone give some hints and some snippets of code on what parameters of Plot can be use …
0
votes
1answer
80 views

Stairstepping piecharts with asp:chart control

I was perusing the asp.net chart control's sample website, and came across something in the pie chart gallery. There was 3 pie charts, "stair stepped" on top of each other. I start …