Embedding a PNG Image using PopChart Embedder

If Automatic PNG Detection is enabled, you will usually embed a PNG image by requesting a GIF image instead. However, you can explicitly request a PNG PopChart image by setting the PopChart Embedder imageType attribute to "PNG". For example, assuming your PopChart Embedder object is named myPopChart, you should use the following command to set the image format to PNG:

myPopChart.imageType = "PNG";