Returns a list of the names of all registered UI libraries. The indices of the entries can be used for getUI()
List of names, list will be empty when no UI libraries are registered
Returns an instance of the registered UserInterface class.
The UI instance or undefined if no UI is active.
Registers a new UI lib for use with trueChart.
The UI library
The index of the registered library in the list of all registered libraries or undefined when the library could not be loaded
Sets the active UI instance.
Index in the list of registered user interfaces
UserInterfaceManager interface