jfreechart Questions

2

Solved

I am working with JFreeChart in order to show a Histogram Chart. My idea is to create a chart with 10 double bars, one bar of the pair in a different color. The 10 values will correspond to 10 week...
Primulaceous asked 10/5, 2011 at 10:46

2

I have a JFreeChart instance that displays process memory status, initialized as follows: m_data = new TimeSeriesCollection(); TimeSeries vmsize = new TimeSeries("VMSize"); TimeSeries resident = n...
Missionary asked 22/7, 2010 at 12:44

2

Solved

How can I display the names of the days ("Sunday, Monday....") on the time axis, instead of just the date ?
Causey asked 7/4, 2011 at 15:39

3

Solved

Does jFreeChart compile and run in Android 2.2 or above? I tried to run it and received missing swing class errors. There does not seem to be any definitive answer on the web. The answer to this qu...
Blankenship asked 24/1, 2011 at 23:54

1

Solved

How can I use JFreeChart to dynamically update a chart's appearance after it's been made visible?
Babbling asked 2/4, 2011 at 10:20

1

I am using JFreeChart in my java application. Problem I want to plot a XYAreaChart whose domain axis (x-axis) should scroll horizontally automatically when we start plotting the data. I saw the...
Anathema asked 20/3, 2011 at 7:9

2

Solved

I'm trying to create a graph with JFreeChart, however it doesn't get the lines right. Instead of connecting the points in the order I put them, it connects the points from in order of their x-value...
Contraception asked 13/3, 2011 at 16:46

1

I am using the Jfree Charts to display Gantt Chart.I have to display differnt colors to the subtasks that are present under one series. For Example if I have 5 tasks in series One: each task shoul...
Mahoney asked 11/2, 2011 at 13:25

1

Solved

The JFreeChart XYPlot background color is changed using setBackgroundPaint() but there doesn't seem to be a corresponding setForegroundPaint(). XYPlot plot = (XYPlot) chart.getPlot(); plot.setBac...
Banderole asked 29/10, 2010 at 12:58

1

Solved

This is similar to a question I asked yesterday but more specific to the problem. What is the correct method to add a JFreeChart to a NetBeans project which already contains various widgets? My upd...
Hacksaw asked 19/10, 2010 at 14:6

1

Solved

As in this mockup: I know it is possible to have charts display next to each other using org.jfree.chart.plot.CombinedDomainXYPlot, but is it possible to have them overlaid, possibly using diffe...
Placencia asked 27/9, 2010 at 21:22

1

Solved

I'm having an issue with a JFreeChart overlaid graph. I'm using JFreeChart 1.0.13. What I am trying to do seems like it was easier to do in earlier versions of JFreeChart? The graph shows a line c...
Piotrowski asked 13/9, 2010 at 15:53

2

Solved

I am using JFreeChart and want to be able to change the label on the range axis from a number to something more meaningful for the domain I am in. I only see options for customizing the look of the...
Ignite asked 2/3, 2010 at 18:31

1

Solved

I am creating pie charts using JFreeChart, and I want to set the value and the label seperately like in iReport. In other words, I want the chart to show different results on the pie than in the le...
Vigen asked 23/8, 2010 at 11:56

3

Solved

I am trying to scroll my XYBarChart horizontally, I am following one of the JfreeChart's Demo "TranslateDemo1.java" in which the source code you can find here: http://code.google.com/p/cori-chenx...
Actinopod asked 12/7, 2010 at 20:6

3

Solved

I'm trying to add a legend under the plot in scattered chart as shown below. Anyone knows if this is possible? Before: After:
Rotter asked 30/6, 2010 at 6:4

1

Solved

I'm plotting a TimeTableXYDataset using a StackedXYBarRenderer. Unfortunately the colours of each series change on refresh. I know how to set colours using the setSeriesPaint method of the rendere...
Kiddy asked 21/6, 2010 at 7:44

4

Is there a way to adjust the width of the bars in a Barchart? I create my chart with the following code. final JFreeChart chart = ChartFactory.createBarChart("Report", // chart title "Date", // ...
Coniology asked 29/12, 2009 at 10:28

1

Solved

I need to set a unique color to each bar in the stacked bar chart. Whatever the color I see in one bar it shouldn't be repeated in any other bar or any other stack. For example: I have 5 bars in t...
Braswell asked 9/6, 2010 at 5:53

1

Solved

I have Stacked Bar Chart created using JFreeChart. The labels of the category are quite big and they overlap with the label of the next Bar. I would like to wrap it to the next line. I did some sea...
Miraflores asked 6/5, 2010 at 10:56

3

I am using Struts2. I need to display JFreeChart in a web page. Can any body help me on that? Edit: it is getting displayed in binary format. public String execute() throws Exception { System.ou...
Moses asked 30/3, 2010 at 13:14

1

I'm trying to use JfreeChart to create a chart for the histogram of an image , but I don't fully understand how to provide the input data for the histogram .The function I am suppose to use is this...
Kaftan asked 6/2, 2010 at 21:13

2

Solved

I'm trying to generate graphs dynamically using JFreeChart as a result of some checkboxes the user selects, but I can't figure out how best to get the generated datasets into chart form (I have cod...
Libel asked 10/8, 2009 at 15:55

1

Solved

Is there an easy way to disable zoom in/out feature for XYPlot which is drawn in ChartComposite ? Overriding the zoom methods for XYPlot will be a solution but I wonder if there is an easy way..
Chiao asked 30/10, 2009 at 12:50

1

Solved

Is there a way in JFreeChart to determine from a ChartMouseEvent that x,y coordinates (in plot space) the mouse is over? I've tried using the domain crosshair value but that seems inaccurate and la...
Maintopmast asked 2/10, 2009 at 22:33

© 2022 - 2024 — McMap. All rights reserved.