NetCharts Server .NET Toolkit
DefaultPageCreator.getDefaultDrillDownImage Method (ServerGeneratedImage, String, Boolean, String, String)
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.
Parameters
generatedImage
The ServerGeneratedImage to use to create the image tags.
defaultImageMapURL
The URL to use when creating image map HREF attributes.
accessible
Whether or not to create an accessibility compliant page.
altTemplate
If creating an accessibility compliant page, the template to use for the page.
chartDescription
If creating an accessibility compliant page, description to use for the generated image.
Return Value
A String containing HTML tags and JavaScript containing a chart and code for client-side interactivity to include within a HTML page.
Remarks
If defaultImageMapURL is "", javascript:// is the default value used.
See Also
DefaultPageCreator Class | NetChartsServer Namespace | DefaultPageCreator.getDefaultDrillDownImage Overload List