Share via


ChartInstance.GetImage Method

Include Protected Members
Include Inherited Members

Returns the chart as an image.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetImage() Returns the image of the current instance. (Inherited from DynamicImageInstance.)
Public method GetImage(ActionInfoWithDynamicImageMapCollection%) Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection. (Inherited from DynamicImageInstance.)
Public method GetImage(DynamicImageInstance.ImageType) Returns the image of the current instance by specifying the type of the rendered image. (Inherited from DynamicImageInstance.)
Public method GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) Returns the chart as an image of a specified type along with its image map. (Overrides DynamicImageInstance.GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%).)
Protected method GetImage(DynamicImageInstance.ImageType, Boolean%) Returns the image of the current instance by specifying the type of the rendered image and gets a boolean value indicating wether the image has an associated image map. (Inherited from DynamicImageInstance.)
Protected method GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%) Infrastructure. (Inherited from DynamicImageInstance.)

Top