Colored map

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
C-Backalarz
Newbie
Newbie
Posts: 1
Joined: Mon Mar 23, 2020 12:00 am

Colored map

Post by C-Backalarz » Fri Jan 29, 2021 3:38 pm

I have an X-Y matrix with approx. 84,000 values. It is a UTM coordinate system with calculated noise contributions in these approx. 84,000 points. To get an overview of all these values, I would like TChart to show the values with a color code, eg green shades for small contributions and red shades for large contributions. Is there an example I can use as a starting point?
Best regards Claus

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

Re: Colored map

Post by Yeray » Wed Feb 03, 2021 1:55 pm

Hello Claus,

If you want to show values in a map I would try using a TWorldSeries.
I'd suggest you to take a look at the demo shipped with the binary version:
WorldMap.png
WorldMap.png (119.72 KiB) Viewed 6074 times
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