Hi Peter,
If you are using ChartDirector Ver 5, you can use setBorderColor with cylinderEffect to create the effect you want. For example, for a vertical box-whisker chart, in VB/VBScript, it is like:
Call layer.setBorderColor(&H000000, cd.cylinderEffect(cd.Top, 0.5, 0.5, 0.75, 8))
Hope this can help.
Regards
Peter Kwan |