Therefore I created a CandlestickRenderer by the following code
Code: Select all
CandlestickRenderer candle = new CandlestickRenderer(4,false,new HighLowItemLabelGenerator(new SimpleDateFormat("dd-MM-yyyy"),new DecimalFormat("0.00")));
Date=, High=, Low=, Open=, Close=
Is it possible to change that sequence to a more standard one like Date=, Open=, High=, Low=, Close=?
Regards
Martin