IRenderableSeries3D Interface Properties

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

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
See Also