SciChart.Charting3D.Model.DataSeries.Waterfall Namespace
Classes
| Class | Description | |
|---|---|---|
![]() | WaterfallDataSeries3D<TAllPoints> | 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. |
![]() | WaterfallDataSeries3D<TX,TY,TZ> | The WaterfallDataSeries3D wraps a 2D array of type TY 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. |
Interfaces
| Interface | Description | |
|---|---|---|
![]() | IWaterfallDataSeries3D | Defines the base interface to a WaterfallDataSeries3D<TX,TY,TZ>, the data source for the SciChart.Charting3D.RenderableSeries.WaterfallRenderableSeries3D. |
See Also

