ISciChartSurface Interface Methods

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

Public Methods
 NameDescription
 Method Zooms to extents with the specified animation duration (Inherited from SciChart.Charting.Visuals.ISciChartController)
 Method Zooms the chart to the extents of the data in the X-Direction (Inherited from SciChart.Charting.Visuals.ISciChartController)
 Method Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction (Inherited from SciChart.Charting.Visuals.ISciChartController)
 Method Attaches listeners for DataSeries.DataSeriesChanged  
 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)
 Method Detaches listeners for DataSeries.DataSeriesChanged  
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodExport snapshot of current SciChartSurface to System.Windows.Media.Imaging.BitmapSource  
 MethodSaves snapshot of current SciChartSurfaceBase to file (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 MethodSaves snapshot of current SciChartSurfaceBase to Stream (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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)
 Method Preparations for a render pass, called internally, returns the viewport size  
 MethodCalled internally by SciChart when SciChart.Charting.Visuals.Axes.IAxis.AxisAlignment changes. Allows the SciChartSurface to reposition the axis, e.g. at the top, left, bottom, right  
 MethodCalled internally by SciChart when SciChart.Charting.Visuals.Axes.IAxis.IsCenterAxis changes. Allows the SciChartSurface to place the axis in the center of chart  
 MethodRaises the SciChartSurfaceBase.Rendered event, fired at the end of a render pass immediately before presentation to the screen (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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 (Inherited from SciChart.Charting.Visuals.ISciChartSurfaceBase)
 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)
 Method Zooms the chart to the extents of the data, plus any X or Y Grow By fraction set on the X and Y Axes (Inherited from SciChart.Charting.Visuals.ISciChartController)
 Method Zooms the chart to the extents of the data in the X-Direction (Inherited from SciChart.Charting.Visuals.ISciChartController)
 Method Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction (Inherited from SciChart.Charting.Visuals.ISciChartController)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also