XyzDataSeries3D<TX,TY,TZ> Class
An XyzDataSeries3D is a DataSeries3D type which provides a stream of X,Y,Z points of type TX, TY, TZ
Object Model

Syntax
public class XyzDataSeries3D<TX,TY,TZ> : DataSeries3D, IDataSeries3D, IXyzDataSeries3D, IXyzDataSeries3D<TX,TY,TZ>, SciChart.Core.Framework.ISuspendable where TX: IComparable where TY: IComparable where TZ: IComparable
Type Parameters
- TX
- TY
- TZ
Inheritance Hierarchy
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting3D.Model.DataSeries3D
SciChart.Charting3D.Model.XyzDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints>
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