Hi,
I am using JFreeCharts0.9.21 to develop a stock analysis application. In my candle stick chart, I have set the up paint and down paint in the following way.
candlestickRenderer.setCandleWidth(4.0);
candlestickRenderer.setUpPaint(Color.RED);
candlestickRenderer.setDownPaint(Color.BLUE);
In my candle stick chart, the body color displays the color as what I have set. However, it contains the orange border. How can I change it to the same color as its body?
Kindly help please.
Your's,
Calio