//将chart转换成GIF格式
  With TGIFExportFormat.Create do
  try
    Panel:=Chart1;
    SaveToStream(S);//保存到流里
  finally
    Free;
  end;就是这个TGIFExportFormat
急的不行了.想起csdn的兄弟们.帮你把吧.
俺必须通过它才能把chart的图表转成流谢谢