Page 1 of 1

Changing points color in FastLineSeries

Posted: Thu Jul 08, 2004 4:18 pm
by 9336923
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.

Posted: Thu Jul 08, 2004 6:56 pm
by Pep
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.