'Declaration Overloads Function GetImage( _ ByVal type As ImageType, _ ByRef hasImageMap As Boolean _ ) As Stream
Stream GetImage( ImageType type, out bool hasImageMap )
Parameters
- type
- The format of the image.
- hasImageMap
- A returned variable indicating if this image contains an image map.
Return Value
The image of the chart in the PNG format.