Does anyone know how to customize a chart with error bars?
I am currently making charts based on XYErrorRendererDemo1.java.
My data have small error bars and their range (in Y) is large so the default parameters of XYErrorRendererDemo1 are not satisfactory

I have 3 questions :
1> Is it possible to change the size, shape and color of the dot for a given time serie?
2> Is it possible to remove the tiny horizonal segment at the top of the y-error bar ? and to do the same with the x-error bar?
3> Is it possible to change the width of the error bars?
Thanks,
Damien