Colour each point

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Cock
Newbie
Newbie
Posts: 5
Joined: Mon Jan 19, 2009 12:00 am

Colour each point

Post by Cock » Mon Mar 09, 2009 12:45 pm

Dear Support,

I need to draw a trace where points above a threshold needs to be in a different colour.
With a TLine Series this is easy too achieve, but I'm using a TFastLine series to get rid of too much overlapping data in the graph.

So can I use a FastLine series with a 'colour each point' function working or can I use a TLine series with a 'DrawAllPoints' property set to off as in TFastLine?

Thinks in advance for any trick...

Kind regards,

Cock

Cock
Newbie
Newbie
Posts: 5
Joined: Mon Jan 19, 2009 12:00 am

Post by Cock » Mon Mar 09, 2009 12:46 pm

Sorry, forgot too mention:

Delphi 7, TeeChart Pro 8.04

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue Mar 10, 2009 11:22 am

Hi Cock,

I'm afraid FastLine series hasn't pointer so ColorEachPoint doesn't work; and Line series hasn't any DrawAllPoints property either.

On the other hand, there is the DownSampling function that does something similar. Please, take a look at the demo at All Features/Welcome!/Functions/Extended/Reducing number of points

I hope it helps!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply