Search found 9 matches

by marcinop
Thu Aug 13, 2009 12:35 pm
Forum: JFreeChart
Topic: Gantt Chart subtask color
Replies: 5
Views: 11836

Re: Gantt Chart subtask color

Hi See my code: import java.awt.Color; import java.awt.Font; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import javax.swing.JPopupMenu; import org.jfree.chart.JFreeChart; import org.jfree.chart.LegendIt...
by marcinop
Wed Mar 18, 2009 10:24 am
Forum: JFreeChart
Topic: OutlinePaint problem, bug
Replies: 1
Views: 1636

OutlinePaint problem, bug

Hi Itried to paint outline using XYBarRenderer but i had some problem about it. I'm using JFC 1.0.11 I trace the problem and figure out what's going on. Class: GradientXYBarPainter and method: paintBar is causing the problem. Following lines: // draw the outline... if (renderer.isDrawBarOutline() /*...
by marcinop
Fri Feb 13, 2009 12:56 pm
Forum: JFreeChart
Topic: new XYTaskDataset
Replies: 1
Views: 2329

Hi
Great job.

Best
Martin
by marcinop
Thu Jan 08, 2009 8:59 am
Forum: JFreeChart
Topic: Gantt - Additional Features
Replies: 19
Views: 25892

Hi
Thanks for nice pice of code.
Could You post classes:

Milestone
Deliverable

Best
Martin
by marcinop
Mon Dec 15, 2008 9:20 am
Forum: JFreeChart
Topic: Meterplot for tachometer is not showing both arc completely
Replies: 4
Views: 4157

Hi
I would like to help You, but Y didn't post entirely code for this example.
When You declare a frame, You are missing "chart" component.

sory I don't have time to create it on my own.
Best
Martin
by marcinop
Wed Dec 10, 2008 10:55 am
Forum: JFreeChart
Topic: Gantt Chart subtask color
Replies: 5
Views: 11836

Hi Using XYTaskDataset is very simple and flexible. Unfortunately, I have to use XYBarRenderer, and I can't draw percent of complete for each task. How can I do to fix this? By the way, I mentioned in another post about grouping mechanism. Is it possible, or what should I do, to implement sth like c...
by marcinop
Sat Nov 22, 2008 1:07 pm
Forum: JFreeChart
Topic: XYTaskDataset grouping bars in category, is it possible??
Replies: 1
Views: 1840

XYTaskDataset grouping bars in category, is it possible??

Hi I try to use XYTaskDataset grouped in category. Is it possible to implement such a thing or what should I do? For example I have 5 bars, called {"bar1", "bar2","bar3","bar4","bar5"} and i want to group(some be closer than another) them into category {"cat1","cat2"} ["cat1"]:"bar1", "bar2","bar3" ...
by marcinop
Tue Nov 18, 2008 2:08 pm
Forum: JFreeChart
Topic: JFreeChart 1.0.11
Replies: 17
Views: 25465

Re: Zoom performance

Hi Hi David, I am trying 1.0.11, which looks pretty similar for my current chart implementation, however, I find that zooming using mouse click-and-drag draws a lot slower than 1.0.10, and the pause between mouse release and zooming of chart also seems slower, thoughts? Kind regards, Alex I agree, 1...
by marcinop
Wed Nov 12, 2008 1:39 pm
Forum: JFreeChart
Topic: SubCategoryAxis, JFreeChart 1.0.11, bug
Replies: 2
Views: 2728

SubCategoryAxis, JFreeChart 1.0.11, bug

Hi I'm using GroupedStackedBarRenderer, and I try to set dataset as null. Im doing like that, becouse I want to clear dataset(DefalutCategoryDataset). Documentations says, it is possible. Then I set: subCategoryAxis.setCategoryMargin(0.01); subCategoryAxis.addSubCategory("nom"); subCategoryAxis.addS...