Ladies n Gents,
A bit of help please.
I have managed to create a dynamic candlestick chart.
However, now the CandlestickRenderer doesn't seem to work.
For example.
CandlestickRenderer renderer = new CandlestickRenderer( );
renderer.setCandleWidth( 4.0 );
renderer.setDrawVolume( false );
has no effect, what so ever, on the chart.
The candle width is still hick as hell and the volume bar still appears.
Cheers,
Vicky