Overload List
        
| Name | Description | |
|---|---|---|
| 
                 | 
              SaveImage(ImageFormat) | 
                 
            Saves an image of the chart to the clipboard using display size.
             
               | 
            
| 
                 | 
              SaveImage(array<Byte>[]()[][]%, ImageFormat) | 
                 
            Saves an image of the chart in a Byte array in the specified format.
             
               | 
            
| 
                 | 
              SaveImage(ImageFormat, Size) | 
                 
            Saves an image of the chart to the clipboard using the specified size and the specified format.
             
               | 
            
| 
                 | 
              SaveImage(Stream, ImageFormat) | 
                 
            Saves an image of the chart to the specified stream in the specified format.
             
               | 
            
| 
                 | 
              SaveImage(String, ImageFormat) | 
                 
            Saves an image of the chart to the specified file in the specified format.
             
               | 
            
| 
                 | 
              SaveImage(array<Byte>[]()[][]%, ImageFormat, Size) | 
                 
            Saves an image of the chart in a Byte array in the specified format of the specified size.
             
               | 
            
| 
                 | 
              SaveImage(Stream, ImageFormat, Size) | 
                 
            Saves an image of the chart to the specified stream in the specified format of the specified size.
             
               | 
            
| 
                 | 
              SaveImage(String, ImageFormat, Size) | 
                 
            Saves an image of the chart to the specified file in the specified format of the specified size.
             
               |