Setting Interpolate using Delphi 2006
Setting Interpolate using Delphi 2006
I am using Delphi 2006 VCL with TeeChart 7.07. I can not find the correct code to set the interpolate to true when I have added a series that is using the smoothing function. Can someone help?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi McMClark,
You can use:
Where TeeFunction1 is an instance of TSmoothingFunction.
You can use:
Code: Select all
TeeFunction1.Interpolate:=true;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |