Search found 2 matches

by rickyb
Wed Nov 26, 2003 8:06 am
Forum: JFreeChart
Topic: Gantt and multiple tasks
Replies: 11
Views: 27521

Re: Gantt and multiple tasks // colors per SubTask?

Hi, First question : Is it normal that when I use multiple task per line, the first task is not visible, ex : TaskSeries taskseries = new TaskSeries("Project 1"); Task t = new Task("First Person", new SimpleTimePeriod(date(1, 3, 2003), date(3, 3, 2003))); t.addSubtask(new Task("", new SimpleTimePer...
by rickyb
Tue Jul 01, 2003 4:12 am
Forum: JFreeChart
Topic: how to remove legend box?
Replies: 1
Views: 3471

how to remove legend box?

hi all. can anyone give me a quick tip on how to remove the box (just the box - the shapes+labels/text remain as they are) for the legend? 'Can't seem to find the appropriate
method for this (only saw setAnchor in the Javadoc for the location of the where the legend will go).

thx and g'day,