Search found 1 match
- Tue Oct 25, 2011 2:26 pm
- Forum: JFreeChart
- Topic: Skip category labels
- Replies: 29
- Views: 52744
Re: Skip category labels
Hey guys... to solve the problem with the deprecated method, just add the new one, like this: @Override protected AxisState drawCategoryLabels(Graphics2D g2, Rectangle2D plotArea, Rectangle2D dataArea, RectangleEdge edge, AxisState state, PlotRenderingInfo plotState) { return drawCategoryLabels(g2, ...