NetCharts Server .NET Toolkit
DefaultPageCreator.getDefaultDrillDownPage Method (ServerGeneratedImage, String, Boolean, String, String, String) 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.
Parameters generatedImage The ServerGeneratedImage to use to create the page. 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. imageReturnPath The location that is able to retrieve the image from the HTTP session and return it to the browser Return Value An entire HTML page containing a chart and code for client-side interactivity.
Remarks If defaultImageMapURL is "", javascript:// is the default value used.
See Also DefaultPageCreator Class | NetChartsServer Namespace | DefaultPageCreator.getDefaultDrillDownPage Overload List