IRenderableSeries3D Interface Methods

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

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodGets the IBaseRenderableSeriesSceneEntity3D that represent this RenderableSeries. This is the entity which will actually do the drawing in the 3D Viewport. NOTE: The specification requires that subsequent calls to GetSceneEntity should return the same instance.  
 MethodReturns the data range of the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase by querying the associated DataSeries. Individual RenderableSeries implementations may override this method to provide custom ranging on a per-series basis (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 MethodPerforms a HitTest operation on the series, returning the HitTestInfo3D containing the result  
 Method Returns the value indicating whether show tooltip for modifier or not  
 MethodConverts the result of a Hit-Test operation (HitTestInfo3D) to a SciChart.Charting3D.Model.ChartData.SeriesInfo3D class, which may be used as a ViewModel when outputting series values as bindings. SciChart.Charting3D.Model.ChartData.SeriesInfo3D is used by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D class  
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also