Title:How to change color on few specific candle stick?
I have one simple question on candle stick chart.
I had set the up candle stick & down candle stick color using these code.
Code: Select all
renderer3.setUpPaint(new Color(0x00FF00));
renderer3.setDownPaint(new Color(0xFF0000));
Now I would like to specially color few candle stick in different color(blue), this is because that few candle stick had adjusted for ex-entitlement corporate event. Any experts can tell me how to do it?
Question(brief):
How to specially color few specific candle stick, whereas other candle still using up paint and down paint.
regards,
wei wei.
