getDefaultDrillDownImage |
Creates HTML tags and JavaScript only directly related to the
specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag. |
getDefaultDrillDownPage |
Creates the entire HTML page which allows drill down and
popup labels on the ServerGeneratedImage, which is part
of the created page. Uses the default URL as the page within the source attribute of the <img> tag. |
getDrillDownImage |
Creates HTML tags and JavaScript only directly related to the
specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. If the imgSRC parameter is used, then the imgSRC parameter is used within the source attribute of the <img> tag. If the imgSRC parameter is not used, then the URL of the calling page is used within the source attribute of the <img> tag. |
getDrillDownPage |
Creates the entire HTML page which allows drill down and popup
labels on the ServerGeneratedImage, which is part of the created page.
If the imgSRC parameter is used, then the imgSRC parameter is used within the source attribute of the <img> tag. If the imgSRC parameter is not used, then the URL of the calling page is used within the source attribute of the <img> tag. |
getRolloverJavaScript | Returns HTML and JavaScript code to be used within a page with interactive charts. |
writeImage | Writes the image data to the client. |