【发布时间】:2013-01-22 12:19:56
【问题描述】:
我的 Borland Delphi 7 项目中有一个 TChart。我想要做的是在图表上绘图时使用图像而不是点。我该怎么做?
【问题讨论】:
标签: image delphi delphi-7 pascal teechart
我的 Borland Delphi 7 项目中有一个 TChart。我想要做的是在图表上绘图时使用图像而不是点。我该怎么做?
【问题讨论】:
标签: image delphi delphi-7 pascal teechart
我不确定你到底想达到什么目标。
参见 TImagePoint 系列。在“All features\Welcome !\Chart styles\Other\Image Point”中查找示例
查看BackWall.Brush.Image 属性。在“All features\Welcome !\Miscellaneous\Walls\Back Wall\Brush image”中查找示例。请注意,您可能必须将后墙渐变设置为不可见才能使图像出现。
这些示例包含在TeeChart compiled demo
【讨论】: