teechart打印预览

方法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;

发表评论

您的电子邮箱地址不会被公开。

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据