Hi RugWarrior, thanks for the quick reply. Believe me I'd done a lot of searching but all my emphasis was on XYBarRenderer so I totally missed the fake 3d post. Many thanks for the heads up though! I can live with the shadows until 1.0.12. Any timescales on that btw? And that just leaves the borders...
I've just upgraded from 1.0.6 to 1.0.11 and have found three problems with an existing chart that uses XYBarRenderer. These may be bugs or they could be new features of the API that I'm not familiar with. Either way, your help would be greatly appreciated. I'm using a very basic XYBarRenderer that o...
I have a chart that uses XYLineAndShapeRenderer and plots a series a points with custom shapes like this: renderer.setSeriesShape(0, new Rectangle2D.Double(-3, -3, 6, 6)); Tooltips are then generated like this: renderer.setBaseToolTipGenerator(new StandardXYToolTipGenerator()); renderer.setURLGenera...
I have a slightly unusual requirement where I want to specifiy that a renderer uses a String for plotting XY points. For example, there are some useful unicode characters like the Male and Female symbols which are easy to represent as a String: new Character('\u2642').toString() This String can then...
I am trying to solve the exact same problem at the moment. I created a new LegendItemCollection and added it to the plot using setFixedLegendItems. Each LegendItem contains the long name of the truncated Category names. The problem now is that I want each LegendItem to be on its own line inside the ...
Does anyone know if its possible to move a tick label? By default they are positioned centrally over the corresponding tick but what if I want to move it to the left of the tick?
I'm guessing its something to do with setTickLabelInsets() but I'm not really sure?