fastreport太烂还是我太菜 chart画两条比较曲线都不行,报表高手救命啊!(100分)

  • 主题发起人 主题发起人 fanciex
  • 开始时间 开始时间
F

fanciex

Unregistered / Unconfirmed
GUEST, unregistred user!
[:(] 我只是想实现今年跟去年各月产量对比,用chart画出来,发现fastreport就不行了!
神救救我!
 
补充:去年各月的数据为Memo12,今年各月的数据为Memo5;月份为Memo14
 
虽然用户指南上说可以(这样:memo12:memo5),但我一直未成功过,建议看看下面这段文字:
2.26. How to make the TChart with several series?
You can'tdo
this in designer. You need to write some code in Delphi.
Create TChart or TDBChart, fill it out;
put the empty TfrChartView to the report;
write the following code in the TfrReport.OnBeforePrint event handler:
if View.Name = 'Chart1' then
TfrChartView(View).AssignChart(your_Delphi_chart)
 
虽然图变掉了,但还是只出来一条
 
安装tee pro 6
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
637
import
I
后退
顶部