Search found 2 matches

by forever
Tue Feb 15, 2011 11:25 am
Forum: JFreeChart
Topic: Order in BarChart3D
Replies: 0
Views: 3579

Order in BarChart3D

Hello!

This is my BarChart3D
Image


I want to put columns in order but my data arribes without it. How can I correct that?
by forever
Fri Feb 04, 2011 10:12 am
Forum: JFreeChart
Topic: Polar chart update data
Replies: 0
Views: 2555

Polar chart update data

Hi, I'm new in JFreeChart and I'm trying to make a polar chart where the data updates periodically but I don't know how to do it. This is my code: public class Satellite{ XYSeriesCollection data; XYSeries serie; public JFreeChart createChart(XYDataset dataset) { JFreeChart chart = ChartFactory.creat...