|
Bar Outlimit lining |
Posted by Adrian on Aug-01-2013 09:50 |
|
Hi Peter,
I want to make a 2d bar chart but by default all the bars are being created with an outer line that I want to get rid of. Please see image example attached. The arrows are pointing to the part of the bars I'm talking about.
I imagine those lines are supposed represent the bar not being completely flat because the right side of the bars appear more like a shadow. Either way, how can I create the same bar chart as in the image but without those extra outer lines. I just need the same flat 2d bar without those lines.
Thanks
|
Re: Bar Outlimit lining |
Posted by Peter Kwan on Aug-02-2013 01:46 |
|
Hi Adrian,
Actually, the documentation for the sample code that creates the chart already explain how the 3D effect is achieved. See:
http://www.advsofteng.com/doc/cdjava.htm#colorbar.htm
If you set the 3D depth to 0, it will not have the 3D border.
Hope this can help.
Regards
Peter Kwan |
|