Thank you for Starting your SciChart Trial! You can now develop code using your SciChart trial for free for the next 30 days!
Just before you continue, please make sure you have included your Key Code in the application. It can be found here:
Don’t Forget to Include your Key Code!
The KeyCode must be set in your app once, and once only before any SciChartSurface instance is shown. Do this by calling the static SciChartSurface.SetRuntimeLicenseKey() method in AppDelegate.
See code sample below:
Swift.macOS
override init() {
// Note! This is just an example.
// The real License KeyCode is found by following steps above
SCIChartSurface.setRuntimeLicenseKey("YOUR_KEYCODE")
}
Objective-C.macOS
+ (void)initialize {
if (self == AppDelegate.class) {
// Note! This is just an example.
// The real License KeyCode is found by following steps above
[SCIChartSurface setRuntimeLicenseKey:@"YOUR_KEYCODE"];
}
}
We have sent you an email with the links to download the Demo 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. We will be happy to help!