Properties  Methods  Events


WaterfallRenderableSeries3DViewModel Class Members

The following tables list the members exposed by WaterfallRenderableSeries3DViewModel.

Public Constructors
Public Properties
 NameDescription
Public Property Gets or sets how a Waterfall Chart renders its data.  
Public Property Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets whether the series is selected (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public PropertyGets or sets an optional SciChart.Charting3D.RenderableSeries.IPaletteProvider3D instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting3D.RenderableSeries.IPaletteProvider3D documentation (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public PropertyGets or sets a SciChart.Charting3D.PointMarkers.BasePointMarker3D instance directly on the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D When a SciChart.Charting3D.PointMarkers.BasePointMarker3D is present, then the markers will be drawn at each data-point in the series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for filling selected slices of a waterfall chart.  
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for paining outlines of selected slices of a waterfall chart.  
Public Property Gets or sets the thickness of waterfall chart slices. Produces volumetric slices if set to a value > 0.  
Public Property Gets or sets the stroke color of the series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the stroke thickness of waterfall chart slices.  
Public Property Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Public PropertyOverridden.  Gets the View Type which this ViewModel will be associated with.  
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for filling slices of a waterfall chart. The slices will be painted along Y axis.  
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for paining outlines of slices of a waterfall chart. The outlines of slices will be painted along Y axis.  
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for filling slices of a waterfall chart. The slices will be painted along Z axis.  
Public PropertyGets or sets the SciChart.Charting3D.RenderableSeries.BrushColorPalette for paining outlines of slices of a waterfall chart. The outlines of slices will be painted along Z axis.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Protected Methods
 NameDescription
Protected Method This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Protected Method This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
See Also