SciChart2DInitializer Class Members
The following tables list the members exposed by SciChart2DInitializer.
Public Properties
Name | Description | |
---|---|---|
Awaiter | Gets the initialization task so that you can check for completion before instantiating SciChartSurfaces |
Public Methods
Name | Description | |
---|---|---|
LoadLibrariesAndLicenseAsync | Applies a runtime license key and initialize 2D native libraries asynchronously. Do not create an instance of a SciChartSurface until the Task has returned and completed. If the task faults, inspect the result and contact tech support. If you want to load libraries and license for both 2D & 3D charts, then use the related class SciChart2D3DInitializer instead |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
See Also