How can I export graph to imge (GIF) from VB6 ?

Question: How can I export graph to imge (GIF) from VB6 ?

Answer:

Set  frx = New TfrxReport
Set frxExport = frx

frxExport.ExportToGIF "PATH\FILENAME.GIF", Resolutions, Monochrome, CropPages, SeparatePages.