Extra XML that will be placed after the beginning <AnyChart> element.
Controls the Flash setup of the chart.
The background color to be applied
PreLoader is a file that makes loading charts more comfortable with a slow Internet connection and provides some useful customization settings.
The text to display while AnyChart is initializing.
Default: Initializing…
The text to display when AnyChart gets a chart without data.
Default: No Data
The text to display while PreLoader is initializing.
Default: Initializing…
The text to display while the AnyChart.swf is loading.
Default: Loading…
The text to display while AnyChart is loading resources such as images.
Default: Loading resources…
The text to display while AnyChart is loading chart templates.
Default: Loading templates…
The text to display when AnyChart does not get a data sources (neither XMLFile or XMLText is set).
Default: Waiting for data…
The html embedding mode. Possible values include:
• window
• opaque
• transparent
The width of the chart.
The height of the chart.
Example XML:
<Flash>
<Setup>
<Width>600</Width>
<Height>300</Height>
<WMode>Transparent</WMode>
</Setup>
</Flash>