It applies to all ValueAxis subclasses (DateAxis, NumberAxis, ...)
If you're using a CategoryAxis then you can use axis.setCategoryLabelPositions(CategoryLabelPostions.UP_90)
Search found 5 matches
- Thu Aug 23, 2007 5:15 pm
- Forum: JFreeChart
- Topic: Text get cut
- Replies: 10
- Views: 16110
- Thu Aug 23, 2007 1:52 pm
- Forum: JFreeChart
- Topic: Text get cut
- Replies: 10
- Views: 16110
- Wed Aug 01, 2007 5:17 pm
- Forum: JFreeChart
- Topic: Gantt Chart : changing subtask color on click
- Replies: 4
- Views: 8550
- Wed Jul 18, 2007 8:39 am
- Forum: JFreeChart
- Topic: Gantt Chart : changing subtask color on click
- Replies: 4
- Views: 8550
- 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...