如题

解决方案 »

  1.   

    不知道你说的在fastreport中建立series的什么意思。。???
      

  2.   

    回楼上,比如在一个Chart上建立多条线形图,每一条线就是一个TlineSeries,我要动态生成这多条线
      

  3.   

    for i:=1 to Max do
        with TFastLineSeries.Create( Self ) do
          begin
             ParentChart:=Chart;
             Title:=xxx;
             SeriesColor:=sss;
          end;
    //调用
      with chart do
        for i:=seriescount-1 downto 0 do 
           //sthCSDN论坛浏览器:http://CoolSlob.ys168.com/