fastreport里的TChartView可以显示多个序列么?比如显示两条曲线?(10分)

  • 主题发起人 主题发起人 dqxhyy
  • 开始时间 开始时间
D

dqxhyy

Unregistered / Unconfirmed
GUEST, unregistred user!
QQ:87873303
 
我靠!真没想到,我问的问题这么难!
 
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)
 
不对啊?怎么没有给分的地方?
 
接受答案了.
 

Similar threads

后退
顶部