Creates an instance of the BaseDataSeries3D
the SciChart WebAssembly Context containing native methods and access to our underlying WebGL2 rendering engine
optional parameters of type IBaseDataSeries3DOptions to configure the series
An EventHandler which is raised when the data changes.
Gets the EDataSeriesType3D type of the DataSeries
The SciChart WebAssembly Context containing native methods and access to our WebGL2 Engine
Gets the DataSeries name. This is used in legend controls and tooltips to identify the series
Gets the DataSeries name. This is used in legend controls and tooltips to identify the series
Determines whether the Data Series has been modified since last resetModified() call.
Gets the total extends of the DataSeries3D in the x-range
Gets the total extends of the DataSeries3D in the y-range
Gets the total extends of the DataSeries3D in the z-range
Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Returns true if this DataSeries has been deleted and native memory destroyed
Call this method to notify subscribers of dataChanged that the data has changed and 3D JavaScript Chart needs redrawing
Resets the modified flag.
Generated using TypeDoc
The base class for DataSeries in SciChart's JavaScript 3D Charts
A DataSeries stores the data to render. This is independent from the RenderableSeries which defines how that data should be rendered.
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.