YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> Class
Free Surface data series with the grid data, applied to its points displacing them along the Y axis.
Object Model

Syntax
[DefaultMember("Item")] public abstract class YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> : FreeSurfaceDataSeries3D<TX,TY,TZ>, IDataSeries3D, IFreeSurfaceDataSeries3D, SciChart.Core.Framework.ISuspendable where TX: IComparable where TY: IComparable where TZ: IComparable
Type Parameters
- TX
- Type of the X Axis.
- TY
- Type of the Y Axis.
- TZ
- Type of the Z Axis.
Inheritance Hierarchy
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting3D.Model.DataSeries3D
SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ>
SciChart.Charting3D.Model.PolarDataSeries3D<TPolar,THeight>
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