Search found 5 matches

by callisto
Thu Aug 23, 2007 5:15 pm
Forum: JFreeChart
Topic: Text get cut
Replies: 10
Views: 16110

It applies to all ValueAxis subclasses (DateAxis, NumberAxis, ...)

If you're using a CategoryAxis then you can use axis.setCategoryLabelPositions(CategoryLabelPostions.UP_90)
by callisto
Thu Aug 23, 2007 1:52 pm
Forum: JFreeChart
Topic: Text get cut
Replies: 10
Views: 16110

To rotate the tick labels on a ValueAxis : axis.setVerticalTickLabels(true)
by callisto
Wed Aug 01, 2007 5:17 pm
Forum: JFreeChart
Topic: Gantt Chart : changing subtask color on click
Replies: 4
Views: 8550

Thank you for your answer.
I tried to implement it but it actually changes the color of all the subtasks in a task. Do you know how I could modify it to change only the color of a subtask?
by callisto
Wed Jul 18, 2007 8:39 am
Forum: JFreeChart
Topic: Gantt Chart : changing subtask color on click
Replies: 4
Views: 8550

Any idea on how to proceed?
by callisto
Tue Jul 10, 2007 4:38 pm
Forum: JFreeChart
Topic: Gantt Chart : changing subtask color on click
Replies: 4
Views: 8550

Gantt Chart : changing subtask color on click

Hi! I just started using jfreechart and I have some difficulties with the gantt chart. I created a gantt chart with multiple subtasks. Some of the subtasks from the different tasks are connected and I'd like all the connected subtasks to change color when one of them is clicked. Does anyone know how...