方法1:

// Add the TeeEdiGene unit to the Uses part of your project

ChartPreview(Self,Chart1);

方法2:(teechart pro)

添加一个chartPreviewer

设定chart为chart1

then

   ChartPreviewer1.Chart := Chart1;
   ChartPreviewer1.Execute;