要做对比图,建多个line/bar

解决方案 »

  1.   

    http://www.fast-report.com/en/faq.php  Q: 2.26. How to make the TChart with several series? 
      A: You can't do 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)