The DataSeries which provides a datasource for this BaseRenderableSeries3D to draw
A unique Id for the IRenderableSeries3D
A callback function which notifies the parent SciChart3DSurface that data or properties have changed and the 3D Scene needs redrawing
Gets or sets whether the BaseDataSeries3D is visible or not
Gets or sets an optional Opacity from 0.0 (fully transparent) - 1.0 (fully opaque)
Gets or sets an optional IPaletteProvider3D - a PaletteProvider class which allows for per-point data-point coloring on some 3D BaseRenderableSeries3D types.
Used internally - Gets or sets the parent SciChart3DSurface
A 3D Point Marker which is used to draw an optional 3D point-marker at each Xyz data-point. Applicable to some series types only
Used internally - Gets the 3D Scene Entity which renders the geometry in the 3D Scene
Gets or sets an optional Shininess factor, passed to 3D rendering shaders to make shiny objects
Gets or sets the stroke color as an HTML Color code
Gets the Series type. See ESeriesType3D for a list of values
Applies a theme (defined by IThemeProvider) to the current element
The theme data to apply
Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Performs a HitTest operation on the series, returning the SeriesInfo3D containing the enriched Hit-Test result. This contains information about the hit-test operation such as the values of the data under the mouse and location of the data under the mouse in 3D world coordinates. This may be used for tooltips, selection or inspection of the 3d scene through mouse-clicks
The screen point (X,Y pixel coordinate in 2D space)
Called when the IRenderableSeries3D is attached to a SciChart3DSurface
the parent SciChart3DSurface
Called when the IRenderableSeries3D is detached from a SciChart3DSurface
Called when the Dpi changes in the browser. This could be due to user zooming the browser, or changing DPI settings in Windows, or moving the browser containing SciChart to another monitor
The TDpiChangedEventArgs containing info about the Dpi Changed event
Generated using TypeDoc
Defines the interface to a 3D Renderable Series (or 3D Chart Type) in SciChart's High Performance Real-time JavaScript 3D Charts
A RenderableSeries defines how data should be rendered. e.g. as a 3D Scatter Chart, 3D Point Line Chart etc... This is independent from the DataSeries3D which stores the data to render
See derived types of BaseDataSeries3D to find out what data-series are available. See derived types of IRenderableSeries3D to find out what 3D JavaScript Chart types are available.