Code View Pane

Code View pane displays snippets of code that can be used to produce the current chart on the webserver and to link it to datasources. Before using these snippets you will need to setup WebCharts3D on the web server.

"Options" button at the bottom of this pane shows a dialog with additional options including style location and model source. While the attributes in these dialogs are the same as the attributes in the Xml Model Pane, these attributes define a dynamic binding between the chart and the datasource - i.e. when the datasource changes, the chart will display different values.

"Save" button at the bottom of this pane allows you to save the code snippet. While you can save it to a local folder and manually copy it into the web application in some cases it is easier to save it directly into your web application directory. By doing so and keeping your browser open you can change the styles and immediately see in the browser the changed chart.

NOTE. To change the value used as getImageURL in the code snippets open Setup dialog by selecting File>>Setup menu item, select "Server" tab, and enter a new value into "Image retrieval page url" field. You can also deploy image retrieval page to the new location from this dialog.