Registering WebCharts3D v5.0

WebCharts3D v5.0 uses different license keys for Designer, rich-client Swing components and server components. Please make sure to use the correct license key in each case.

To register WebCharts3D Designer
Launch Designer and select Setup menu item from File menu. In the opened dialog select "Designer" tab and enter the Designer license key into the license field. Click "Ok" button.
To register WebCharts3D server component using Designer
Launch Designer and select Setup menu item from File menu. In the opened dialog select "Server" tab and enter correct path to webcharts3D.xml into "Jar and configuration file location" field. If the configuration file exists "Deploy configuration" button will change to "Edit Configuration". If this does not happen you either did not create the configuration file yet, or entered a wrong location. (Please refer to the  Server setup and Setup Dialog sections for more information). Click "Edit Configurtion" button and enter the server license into the appropriate field. Close dialogs and restart your web server.
To register WebCharts3D server component manually
Find out the location of webcharts3D.xml. If this file was not deployed to the server, deploy it as it is described in Server setup. Open the file and add/replace license attribute of server (root) tag with server license. The license attribute should look like: license="XXXX-XXXX-XXXX-XXXX". Save the file.
To register WebCharts3D Swing component
Assign license key to License field of MxComponent. This can be done in a static constructor of your application:
{
   MxComponent.License = "XXXX-XXXX-XXXX-XXXX" ;
}