Syntax myPopChart.getEmbeddingHTML();
JavaBean Syntax <JSP:getProperty name="myPopChart" property="embeddingHTML" />
Description Returns a String containing the HTML necessary to embed the PopChart image.
This is one of PopChart Embedder's most important methods. If you are embedding your PopChart image on a web page, this will always be the last method you call, as it essentially "compiles" your PopChart image.
This function returns a String, but does not write it to the web page. That task is left to you, and how you do it will depend on your web environment. In the JavaScript Embedder, for instance, you could write this String using the document.write() command. Example 4.7 shows how to write the string to an Active Server Page.
To locate information on embedding a PopChart image in a particular environment, refer to Table 4.1