NetCharts Server .NET Toolkit

DefaultPageCreator.getDrillDownPage 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. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownPage(
   ServerGeneratedImage generatedImage,
   string imageSource
);

Parameters

generatedImage
The ServerGeneratedImage to use to create the page.
imageSource
The URL the client should ask for image display.

Return Value

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

Remarks

If imageSource is "", the calling page is used.

See Also

DefaultPageCreator Class | NetChartsServer Namespace | DefaultPageCreator.getDrillDownPage Overload List