NetCharts Server .NET Toolkit

DefaultPageCreator.getDrillDownPage Method (ServerGeneratedImage)

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 getDrillDownPage(
   ServerGeneratedImage generatedImage
);

Parameters

generatedImage
The ServerGeneratedImage to use to create the page.

Return Value

An entire HTML page containing a chart and code for client-side interactivity.

See Also

DefaultPageCreator Class | NetChartsServer Namespace | DefaultPageCreator.getDrillDownPage Overload List