SciChart.Core Assembly : SciChart.Core.Utility Namespace
SciChart.Core.Utility Namespace
Classes
 ClassDescription
ClassAllows synchronizing a Delegate with the System.Windows.Media.CompositionTarget.Rendering event
Class 
ClassAllows assertions to be built with the following syntax: Guard.Assert(123).IsLessThan(456);
ClassProvides a debug logger which can be used to pipe debug messages from SciChart to your own code, by setting the ISciChartLoggerFacade via SetLogger
Class Provides a container with access to shared services throught SciChart components
Class TimedMethod allows an Action to be invoked after a specific period of time. Returns a cancellation token which can be cancelled before the method is invoked
Interfaces
 InterfaceDescription
InterfaceDefines the interface to a logger facade. If you wish to receive debug log messages from SciChart, then set a logger instance via SciChartDebugLogger.SetLogger. Note that logging will dramatically decrease performance, especially in a real-time scenario
InterfaceDefines the interface to a ServiceContainer used throughout SciChart. For a full list of available services, see the remarks on ServiceContainer
Enumerations
 EnumerationDescription
EnumerationEnumeration constants to define what thread a TimedMethod is invoked on
See Also