Search found 2 matches
- Mon Dec 05, 2005 9:32 am
- Forum: JFreeChart
- Topic: Skip category labels
- Replies: 29
- Views: 52731
Below is the class that derives from CategoryAxis. NOTE: This class has a drawback, in that it does not display tooltips on the tick labels. This is because drawCategoryLabels method prepares tooltips, but it has not access to CategoryAxis' private member categoryLabelToolTips, and there is no publi...
- Wed Nov 30, 2005 4:41 pm
- Forum: JFreeChart
- Topic: Skip category labels
- Replies: 29
- Views: 52731
Skip category labels
Hello. I had a problem with a line chart with so many values (more than 200), so that category labels overlapped, and they could't be distinguished. I've solved this problem by creating a new class derived from CategoryAxis, and redefining drawCategoryLabels so that some ticks are not drawn. I wonde...