DefaultRenderTimerFactory Class Methods

For a list of all members of this type, see DefaultRenderTimerFactory members.

Public Methods
 NameDescription
Public MethodCreates a IRenderScheduler, a class which schedules rendering. There are default implementations built in to SciChart including RenderTimer which uses DispatcherTimer and SharedRenderTimer which uses shared System.Timers.Timer for synchronized rendering of multiple SciChartSurfaces (all charts will be triggered by the same timer)  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also