Methods 

IRenderTimerFactory Interface Members

The following tables list the members exposed by IRenderTimerFactory.

Public Methods
 NameDescription
 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
See Also