DataSeries3D Class
A generic abstract base class which defines a generic DataSeries which contains 1..N columns, such as X,Y,Z in the case of plain X,Y,Z data.
Object Model

Syntax
public abstract class DataSeries3D : SciChart.Data.Model.BindableObject, IDataSeries3D, SciChart.Core.Framework.ISuspendable
Remarks
DataSeries3D are assigned to the RenderableSeries3D via the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D.DataSeries property. Any time a DataSeries3D is appended to, the parent SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D will be redrawn.
Inheritance Hierarchy
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting3D.Model.DataSeries3D
SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
SciChart.Charting3D.Model.XyzDataSeries3D<TX,TY,TZ>
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also