Properties  Methods 

IRenderableSeries3D Interface Members

The following tables list the members exposed by IRenderableSeries3D.

Public Properties
 NameDescription
 PropertyGets or sets the SciChart.Charting3D.Model.IDataSeries3D that acts as a datasource for this IRenderableSeries3D  
 Property Gets or sets whether this instance has changes. When true, caches will be invalidated and the entire series drawn afresh. When false, where possible vertices will be cached  
 Property Gets or sets a value that indicates whether this SceneEntity should participate in hit-test operations.  
 PropertyGets or sets value, indicates whether this IRenderableSeries3D is selected  
 Property Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries, SciChart.Charting.ChartModifiers.ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 Property Gets or sets the Stroke.  
 Property Gets or sets whether the series is visible when drawn  
Top
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