Members 
SharedRenderTimer Class
Provides a single render scheduling timer for the entire application (all charts will be triggered by the same timer). Intent is to save CPU time by dispatching to the UI thread only once when there are many charts.
Syntax
public class SharedRenderTimer : IRenderScheduler  
Inheritance Hierarchy

System.Object
   SciChart.Drawing.Common.SharedRenderTimer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also