ISciChartSurfaceBase Interface Methods

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

Public Methods
 NameDescription
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodOverloaded. Export snapshot of current SciChartSurfaceBase to System.Windows.Media.Imaging.BitmapSource  
 MethodOverloaded. Saves snapshot of current SciChartSurfaceBase to file  
 MethodOverloaded. Saves snapshot of current SciChartSurfaceBase to Stream  
 Method Asynchronously requests that the element redraws itself plus children. Will be ignored if the element is ISuspendable and currently IsSuspended (within a SuspendUpdates/ResumeUpdates call) (Inherited from SciChart.Core.Framework.IInvalidatableElement)
 MethodRaises the SciChartSurfaceBase.Rendered event, fired at the end of a render pass immediately before presentation to the screen  
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Sets a Cursor on the SciChartSurface  
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
Top
See Also