Setting Interpolate using Delphi 2006

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
McMClark
Newbie
Newbie
Posts: 50
Joined: Thu Apr 15, 2004 4:00 am

Setting Interpolate using Delphi 2006

Post by McMClark » Wed Sep 13, 2006 7:45 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 14, 2006 10:36 am

Hi McMClark,

You can use:

Code: Select all

  TeeFunction1.Interpolate:=true;
Where TeeFunction1 is an instance of TSmoothingFunction.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply