Knowledgebase
How can I upgrade from v3.x of SciChart?
Posted by Olena Skuratova on 11 February 2019 02:34 PM
|
|
At SciChart we follow Semantic Versioning. This means that major version changes (v3, v4, v5) have breaking API changes and will require changes to your project to compile. Minor versions (e.g. v3.3, v3.4) or patches (v3.4.1, v3.4.2) should be backward compatible drop-in replacements. Since v4.x has major API changes, we have built a tool to help you do the bulk of the update. This is the SciChart.UpdaterTool! For further information, please see our documentation Upgrading from v3.x of SciChart | |
|