Members 
WaterfallSeriesInfo3D Class

Provides a ViewModel containing info about a SciChart.Charting3D.RenderableSeries.WaterfallRenderableSeries3D, such as name, value, color. SeriesInfo3D types are produced by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D as well as other modifiers. They are consumed by legend controls and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo3D.

See the examples suite, specifically RolloverModifier, SciTrader and Legends examples for more information.

Object Model
WaterfallSeriesInfo3D ClassVector3 ClassSWIGTYPE_p_float ClassVector3 ClassIPointMetadata3D InterfaceIDataSeries3D InterfaceIRenderableSeries3D InterfaceIDataSeries3D InterfaceIServiceContainer Interface
Syntax
public class WaterfallSeriesInfo3D : SurfaceMeshSeriesInfo3D 
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting3D.Model.ChartData.SeriesInfo3D
         SciChart.Charting3D.Model.ChartData.SurfaceMeshSeriesInfo3D
            SciChart.Charting3D.Model.ChartData.WaterfallSeriesInfo3D

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