Properties  Methods 

IWaterfallDataSeries3D Interface Members

The following tables list the members exposed by IWaterfallDataSeries3D.

Public Properties
 NameDescription
 PropertyGets or sets a value indicating whether this instance is dirty. If dirty, any cached data must be re-calculated. You can set this value to True to force recalculation of caches. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 PropertyGets or sets the item at the i,j index (Inherited from SciChart.Charting3D.Model.IBaseGridDataSeries3D)
 PropertyGets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this SciChart.Charting3D.Model.IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets the start X value, that is, the X data-value at this.InternalArray[0, z]  
 Property Gets the start Z value, that is, the Z data-value at this.InternalArray[x, 0]  
 Property Gets the step-X value, that is, the data-value size between each element in the grid in the X-direction  
 Property Gets the step-Z value, that is, the data-value size between each element in the grid in the Z-direction  
 PropertyGets the total extents of the SciChart.Charting3D.Model.IDataSeries3D in the X direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 PropertyGets the total extents of the SciChart.Charting3D.Model.IDataSeries3D in the Y direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 PropertyGets the total extents of the SciChart.Charting3D.Model.IDataSeries3D in the Z direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
Top
Public Methods
 NameDescription
 Method Clears the DataSeries. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodGets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Returns a list of Z indices of selected data rows.  
 MethodGets the item at the X index (Inherited from SciChart.Charting3D.Model.IBaseGridDataSeries3D)
 MethodGets the item at the Z index (Inherited from SciChart.Charting3D.Model.IBaseGridDataSeries3D)
 MethodRaises the DataSeriesChanged event. May be called by DataSeries3D or by user code to trigger a redraw on the ParentSurface. The event is not raised while SciChart.Core.Framework.ISuspendable.IsSuspended is True. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodPerforms selection or deselection of data rows at specified zIndices.  
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodConverts a DataSeries to a SciChart.Charting3D.Model.IPointSeries3D derived type, for use during the render pass (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
Top
See Also