The WaterfallDataSeries3D wraps a 2D array of type TAllPoints which become the Y-values (heights) in various RenderableSeries.
For instance, in the SciChart.Charting3D.RenderableSeries.WaterfallRenderableSeries3D the Y-values map to the heights of chart slices, whereas the StartX, StepX, StartZ, StepZ defines the X and Z values.
[DefaultMember("Item")] public class WaterfallDataSeries3D<TAllPoints> : WaterfallDataSeries3D<TAllPoints,TAllPoints,TAllPoints>, IWaterfallDataSeries3D, SciChart.Charting3D.Model.IBaseGridDataSeries3D, SciChart.Charting3D.Model.IDataSeries3D, SciChart.Core.Framework.ISuspendable where TAllPoints: IComparable
- TAllPoints
- The type of the X, Y, Z.
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting3D.Model.DataSeries3D
SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.UniformGridDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.DataSeries.Waterfall.WaterfallDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.DataSeries.Waterfall.WaterfallDataSeries3D<TAllPoints>
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