NetCharts Server .NET Toolkit

DefaultPageCreator.getDrillDownImage Method (ServerGeneratedImage, 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. The imageSource parameter is used within the source attribute of the <img> tag.

public string getDrillDownImage(
   ServerGeneratedImage generatedImage,
   string imageSource
);

Parameters

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

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 imageSource is "", the calling page is used.

See Also

DefaultPageCreator Class | NetChartsServer Namespace | DefaultPageCreator.getDrillDownImage Overload List