Properties  Methods 


ViewportManager3DBase Class Members

The following tables list the members exposed by ViewportManager3DBase.

Protected Constructors
Public Properties
 NameDescription
Public PropertyGets the value indicating whether a SciChart.Charting.ViewportManagers.ViewportManagerBase has the SciChart.Charting.Visuals.SciChartSurface attached to.  
Public Property Gets a value indicating whether updates for the target are currently suspended  
Public PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart3DSurface instance, and shared between peripheral components such as SciChart.Charting3D.Axis.AxisBase3D, SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D, SciChart.Charting3D.Modifiers.ChartModifierBase3D instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer  
Top
Public Methods
 NameDescription
Public Method Zooms to extents with the specified animation duration  
Public Method Zooms the chart to the extents of the data in the X-Direction  
Public 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  
Public Method Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the XY-direction  
Public MethodCalled when the SciChart.Charting.ViewportManagers.ViewportManagerBase is attached to a parent SciChart.Charting.Visuals.SciChartSurface  
Public MethodOverridden by derived types, called when the parent SciChart3DSurface requests to perform autoranging. The Range returned by this method will be applied to the chart on render  
Public MethodCalled by the SciChart3DSurface during render to calculate the new XAxis VisibleRange. Override in derived types to return a custom value  
Public MethodCalled by the SciChart3DSurface during render to calculate the new YAxis VisibleRange. Override in derived types to return a custom value  
Public MethodCalled by the SciChart3DSurface during render to calculate the new ZAxis VisibleRange. Override in derived types to return a custom value  
Public Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called  
Public MethodCalled when the SciChart.Charting.ViewportManagers.ViewportManagerBase is detached from a parent SciChart.Charting.Visuals.SciChartSurface  
Public 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)  
Public Method Triggers a redraw on the parent surface with the specified RangeMode  
Public MethodCalled when the SciChart.Charting.Visuals.ISciChartSurface is rendered.  
Public MethodCalled when the SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange changes for an axis. Override in derived types to get a notification of this occurring  
Public Method Resumes updates on the target, intended to be called by IUpdateSuspender  
Public Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued  
Public 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  
Public Method Zooms the chart to the extents of the data in the X-Direction  
Public 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  
Public Method Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the XY-direction  
Top
Protected Methods
 NameDescription
Protected MethodOverridden by derived types, called when the parent SciChart.Charting.Visuals.SciChartSurface requests the XAxis VisibleRange. The Range returned by this method will be applied to the chart on render  
Protected MethodOverridden by derived types, called when the parent SciChart3DSurface requests a YAxis VisibleRange. The Range returned by this method will be applied to the chart on render  
Protected MethodOverridden by derived types, called when the parent SciChart3DSurface requests a ZAxis VisibleRange. The Range returned by this method will be applied to the chart on render  
Protected MethodRaises the InvalidateParentSurface event.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also