Knowledgebase
Locating Example Source Code
Posted by Admin - on 12 February 2019 12:59 PM
|
|
Locating the Example Source Files in Visual StudioFirst of all, please take a look at our documentation article The SciChart WPF Examples Suite. Then you may want to know how to find the example source code on your hard-drive after installing the SciChart Trial. In addition to the source-code view (inside the Examples Suite application), the full source-code for examples is included with the trial package. The default installation directory is: C:/Program Files (x86)/Scichart Ltd/SciChart
Opening and Compiling the Examples Solution
Source code files are organised under /Examples/ then by Category Name. The category matches the category in the demo. Here you may make changes to the source, recompile or paste snippets into your own app to help get started.Learning SciChart by ExampleWhat we suggest you do is start with the Create Simple Chart examples and try to re-create these in Visual Studio. You will learn a lot about SciChart just by copying some of these simple examples into your own application.Next, try to build on features that are relevant for your application by selecting appropriate features. If in doubt, you can always submit a support ticket and we will be glad to help! Make sure you include the xml namespace as without this you won’t be able to compile anything!
Further ReadingTo learn more about the SciChart Example Suite, please see the Starting the Examples Suite documentation article.
| |
|