Page 1 of 1

Setting Interpolate using Delphi 2006

Posted: Wed Sep 13, 2006 7:45 pm
by 9337074
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?

Posted: Thu Sep 14, 2006 10:36 am
by narcis
Hi McMClark,

You can use:

Code: Select all

  TeeFunction1.Interpolate:=true;
Where TeeFunction1 is an instance of TSmoothingFunction.