NetCharts Server .NET Toolkit

DefaultPageCreator.getDefaultDrillDownPage Method (ServerGeneratedImage, 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.

public string getDefaultDrillDownPage(
   ServerGeneratedImage generatedImage,
   string defaultImageMapURL
);

Parameters

generatedImage
The ServerGeneratedImage to use to create the page.
defaultImageMapURL
The URL to use when creating image map HREF attributes.

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