Flash Setup

Controls the Flash setup of the chart.

bgColor

The background color to be applied

ChartID

Will modify the javascript variable name that will be used to create the chart object; used for custom client-side scripting (Reference Link).

Default:  chart

PreLoader

PreLoader is a file that makes loading charts more comfortable with a slow Internet connection and provides some useful customization settings.

initText

The text to display while the Chart Display Adapter is initializing.

Default: Initializing…

noDataText

The text to display when the Chart Display Adapter gets a chart without data.

Default: No Data

preloadInitText

The text to display while PreLoader is initializing.

Default: Initializing…

preloaderLoadingText

The text to display while the Chart Display Adapter.swf is loading.

Default: Loading…

resourcesLoadingText

The text to display while The Chart Display Adapter is loading resources such as images.

Default: Loading resources…

templatesLoadingText

The text to display while The Chart Display Adapter is loading chart templates.

Default: Loading templates…

waitingForDataText

The text to display when The Chart Display Adapter does not get a data sources (neither XMLFile or XMLText is set).

Default: Waiting for data…

wMode

The html embedding mode. Possible values include:

      window

      opaque

      transparent

Width

The width of the chart.

Height

The height of the chart.

 

Example XML:

<Flash>

<Setup>

<Width>600</Width>

<Height>300</Height>

<WMode>Transparent</WMode>

</Setup>

</Flash>

xmlLoadingText

Text to be shown while Chart Display Adapter is loading the source XML Data.

Default:  "Loading xml..."