Do you have any option of saving or exporting a gantt to files eg. GIF, BMP, JPG, PNG?
The control provides the Copy method that saves the control’s content to clipboard, in Enhanced Metafile (EMF) format. The Enhanced Metafile format is a 32-bit format that can contain both vector information and bitmap information. This format is an improvement over the Windows Metafile Format and contains extended features, such as the following: Built-in scaling information Built-in descriptions that are saved with the file Improvements in color palettes and device independence The EMF format is an extensible format, which means that a programmer can modify the original specification to add functionality or to meet specific needs. You can paste this format to Microsoft Word, Excel, Front Page, Microsoft Image Composer and any application that know to handle EMF formats.