Compatibility

WebCharts3D v5.0 uses different XML Styles and API than the previous versions. You have two options to ensure that the charts created using previous releases work with version 5.0:

Use old API and old styles.
WebCharts3D v5.0 includes old API functions that will automatically convert old styles into new styles and call the appropriate functions of the new API. While this is the easiest way, it will prevent you from using new functionality available in WebCharts3D v5.0.
Use new API and new styles
To convert between the old styles and the new styles you can use WebCharts3D Designer's style pane. Simply paste the old styles into this pane and click "Apply" button. The new styles will be immediately displayed in this pane and the "Code View" pane will show you the new JSP code that can be used instead of the old code.