Page 1 of 1

Tower 3D Series and coloring

Posted: Fri Sep 02, 2005 1:58 pm
by 9524367
Hello,

Using Tower 3D series, you can specify start-end range colors, palette styles, but in all cases the towers have a solid color.

Is it possible to draw each tower with a gradient color (depending on the Y-values) ?

thx

Posted: Mon Sep 05, 2005 2:35 pm
by Pep
Hi Ronald,

this feature is not available, we've logged it on our wish list to be considered for further releases.
For the moment one thing you can do is change to a solid color a specified bar using similar code to :
tChart1.Series(0).PointColor(0)=vbBlue
(In the on AferDraw event).