Search found 11 matches

by ev
Tue Apr 12, 2005 10:29 am
Forum: JFreeChart
Topic: How align axis sublabels with there labels
Replies: 1
Views: 2561

alignment for sublabes

... or right aligned ...

LOOOOOONG LABEL
____________SUB 1
____________SUB 2
____________SUB 3
...
Thanks, ev.
by ev
Tue Mar 22, 2005 11:32 am
Forum: JFreeChart
Topic: How to change Gantt chart sub task color?
Replies: 3
Views: 3864

GanttRenderer

try write and use xxxGanttRenderer extends GanttRenderer ...

GanttRenderer has 2 Paints, and you need more as 2 ...

/** The paint for displaying the percentage complete. */
private Paint completePaint;

/** The paint for displaying the incomplete part of a task. */
private Paint incompletePaint;
by ev
Fri Mar 11, 2005 10:54 am
Forum: JFreeChart
Topic: How align axis sublabels with there labels
Replies: 1
Views: 2561

How align axis sublabels with there labels

I need to have several sublabels for every axis label in my chart. Every sublable have to be in the new line. I have created and use MyCategoryAxis extends CategoryAxis (as a copy of ExtendedCategoryAxis with changes) My createLabel(..) function looks like ... TextBlock label = super.createLabel(cat...
by ev
Wed Mar 09, 2005 9:38 am
Forum: JFreeChart
Topic: added 'Hardcoded' Legend Items (labels & colors)
Replies: 6
Views: 6604

!!!, are multililine legends possible as well ?

Thank you David !
I really enjoy JFreeChart.
Some questions more :
- Are multiline legends possible ?
- It looks StandardLegend.java have to be rewritten for this ? Isn't it ?
by ev
Tue Mar 08, 2005 2:51 pm
Forum: JFreeChart
Topic: added 'Hardcoded' Legend Items (labels & colors)
Replies: 6
Views: 6604

"Hard" Legends - JFChartLegendUtil does not compil

JFChartLegendUtil uses currently not existing Legend.outlineKeyBoxes() .
JFChartLegendUtil would be usefull for me - if compiles.
Questions:
- What Legend.outlineKeyBoxes() did ?
- What could be a replacement for it ?
- Are there other possibilities to have "hard" legends ?
Thanks !
ev.
by ev
Sun Feb 06, 2005 7:05 pm
Forum: JFreeChart
Topic: How modify "Gantt Chart Demo" to show several time
Replies: 2
Views: 4174

Thank you !

Your message was very helpfull for me.
ev.
by ev
Mon Jan 31, 2005 2:35 pm
Forum: JFreeChart
Topic: Create an IntervalBarChart similar to GanttChart but still..
Replies: 4
Views: 7529

Can the problem be solved using addSubtask() for Task(s) and using sutable (new ?) renderer ?
by ev
Mon Jan 31, 2005 11:02 am
Forum: JFreeChart
Topic: Does "Interval Bar Chart Demo" exists ?
Replies: 0
Views: 1758

Does "Interval Bar Chart Demo" exists ?

I found its screenshot in the documentation and some references to it in messages. But it is nothing similar in current DEMO-Application and no source code for it as well. Could somebody help me ? Thanks !
P.S. : Is it the same with "Stacked Bar Chart Demo 4" ?
by ev
Mon Jan 31, 2005 9:37 am
Forum: JFreeChart
Topic: Use Horz. Stacked Bar or Gantt?
Replies: 1
Views: 3659

Have you already a solution for it ?

Currently I can not help you, I just search for similer solution. Please let me know if you are successfull. Thanks !
by ev
Sun Jan 30, 2005 8:56 pm
Forum: JFreeChart
Topic: How modify "Gantt Chart Demo" to show several time
Replies: 2
Views: 4174

How modify "Gantt Chart Demo" to show several time

.. for specific task. For example Design Review can take place not only during one week in September, but during additional week in November as well. Is it possible ? In the PDF-document I found screenshot for "Interval Bar Chart Demo" (Figure 31.11) looking similar to staff I would like to have, bu...
by ev
Fri Jan 28, 2005 11:05 am
Forum: JFreeChart
Topic: HowToDo 'Url in SVG' ?
Replies: 1
Views: 2658

HowToDo 'Url in SVG' ?

I would like to generate chart SVGs (on server) having labels as "callable URLs". As I have read in some articles it is not possible with JFree. Is it correct ? Is it planed for future ? Are there other possibilities to do it ?
Thanks, Ev.