Tower 3D Series and coloring

TeeChart for ActiveX, COM and ASP
Post Reply
Ronald
Newbie
Newbie
Posts: 10
Joined: Fri Oct 01, 2004 4:00 am
Location: Belgium

Tower 3D Series and coloring

Post by Ronald » Fri Sep 02, 2005 1:58 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Sep 05, 2005 2:35 pm

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).

Post Reply