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 | |
---|---|---|
GetImage() | Returns the image of the current instance. (Inherited from DynamicImageInstance.) | |
GetImage(ActionInfoWithDynamicImageMapCollection%) | Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection. (Inherited from DynamicImageInstance.) | |
GetImage(DynamicImageInstance.ImageType) | Returns the image of the current instance by specifying the type of the rendered image. (Inherited from DynamicImageInstance.) | |
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%).) | |
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.) | |
GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%) | Infrastructure. (Inherited from DynamicImageInstance.) |
Top
See Also