IViewportManager3D Interface Methods

For a list of all members of this type, see IViewportManager3D 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 Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the X-Y direction (Inherited from SciChart.Charting3D.ISciChartController3D)
 MethodCalled when the SciChart3DSurface is attached to a ViewportManager. May be overridden to get notification of attachment.  
 MethodCalled by the SciChart3DSurface during render to perform autoranging. Override in derived types to return a custom value.  
 MethodCalled by the SciChart3DSurface during render to calculate the new XAxis VisibleRange. Override in derived types to return a custom value.  
 MethodCalled by the SciChart3DSurface during render to calculate the new YAxis VisibleRange. Override in derived types to return a custom value.  
 MethodCalled by the SciChart3DSurface during render to calculate the new ZAxis VisibleRange. Override in derived types to return a custom value.  
 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)
 MethodCalled when the SciChart3DSurface is detached from a ViewportManager. May be overridden to get notification of detachment.  
 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)
 MethodCalled when the ISciChart3DSurface is rendered.  
 MethodCalled when the SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange changes for an axis. Override in derived types to get a notification of this occurring.  
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 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)
 Method Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the X-Y direction (Inherited from SciChart.Charting3D.ISciChartController3D)
Top
See Also