Ver Mensaje Individual
  #5  
Antiguo 02-04-2008
Northern Northern is offline
Miembro
 
Registrado: ene 2006
Posts: 211
Reputación: 19
Northern Va por buen camino
TChart ya implementa esa función:

Código Delphi [-]
procedure TForm1.SpeedButton1Click(Sender: TObject);
begin
  Chart1.SaveToBitmapFile('imagen.bmp');
end;


Saludos
Responder Con Cita