Changing points color in FastLineSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Kamil
Newbie
Newbie
Posts: 7
Joined: Tue Mar 30, 2004 5:00 am
Location: Bratislava

Changing points color in FastLineSeries

Post by Kamil » Thu Jul 08, 2004 4:18 pm

Hi there,

Is there any possibility to change a color of individual points
in FastlineSeries? I tried properties ColorEachPoint,ValueColor and
function Add(x,'',color), but they they don't work and color of point
is still the same . I'm using TeeChart7 under Delphi7.

Thanks for any ideas.

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

Post by Pep » Thu Jul 08, 2004 6:56 pm

Hi Kamil,
Is there any possibility to change a color of individual points
in FastlineSeries? I tried properties ColorEachPoint,ValueColor and
Not, to speed up drawing and point handling TFastLineSeries uses the same color (SeriesColor) for all points. If you want to use diferent colors for individual points you should use the TLineSeries instead.

Post Reply