SciChart.Charting3D Assembly : SciChart.Charting3D.Model.DataSeries.Waterfall Namespace
SciChart.Charting3D.Model.DataSeries.Waterfall Namespace
Classes
 ClassDescription
Class

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.

Class

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
 InterfaceDescription
InterfaceDefines the base interface to a WaterfallDataSeries3D<TX,TY,TZ>, the data source for the SciChart.Charting3D.RenderableSeries.WaterfallRenderableSeries3D.
See Also