Pre loader

Thank you for Starting your SciChart JavaScript Trial!

Thank you for Starting your SciChart Trial!

Your SciChart.js applications on localhost will search for the licensing wizard to validate the trial license locally. Leave the licensing wizard open or minimise to tray while developing!

You can now develop code using your SciChart trial for free for the next 30 days!

Deploying a SciChart.js Application during Trial

If you wish to share or deploy your website with a trial SciChart.js license, you will need to set the Runtime Key in your application code. This application will work until the trial expires.

The Key Code must be set in your app once before any SciChartSurface is shown. Do this by calling the static function SciChartSurface.setRuntimeLicenseKey() in your JavaScript app startup or root component.

See code sample below:

Javascript

Note: more examples including JavaScript are available on the page licensing scichart.

// Set a runtime key in JavaScript once before any SciChartSurface is created
SciChartSurface.setRuntimeLicenseKey("YOUR_TRIAL_RUNTIME_KEY_HERE");

We have sent you an email with a reminder to set this trial code in your application and other useful information.

If you have any questions, need a trial extension or willing to purchase the full licenses, please just contact us or open a forum question. We will be happy to help!


Back to Licensing SciChart

Leave a Reply