IRenderableSeries3D Interface Members
The following tables list the members exposed by IRenderableSeries3D.
Public Properties
| Name | Description | |
|---|---|---|
![]() | DataSeries | Gets or sets the SciChart.Charting3D.Model.IDataSeries3D that acts as a datasource for this IRenderableSeries3D |
![]() | HasChanges | 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 |
![]() | IsHitTestVisible | Gets or sets a value that indicates whether this SceneEntity should participate in hit-test operations. |
![]() | IsSelected | Gets or sets value, indicates whether this IRenderableSeries3D is selected |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase) |
![]() | Services | Gets 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) |
![]() | Stroke | Gets or sets the Stroke. |
![]() | Visibility | Gets or sets whether the series is visible when drawn |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | GetSceneEntity | Gets 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. |
![]() | GetXRange | Returns 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) |
![]() | HitTest | Performs a HitTest operation on the series, returning the HitTestInfo3D containing the result |
![]() | ShowsTooltipForModifier | Returns the value indicating whether show tooltip for modifier or not |
![]() | ToSeriesInfo | Converts 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 |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also


