Fields  Properties  Methods  Events


XyzDataSeries3D<TX,TY,TZ> Class Members

The following tables list the members exposed by XyzDataSeries3D<TX,TY,TZ>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the XyzDataSeries3D<TX,TY,TZ> class.  
Top
Public Fields
 NameDescription
Public FieldThe Synchronization Object for the DataSeries3D. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Top
Public Properties
 NameDescription
Public PropertyGets the count of the IXyzDataSeries3D  
Public PropertyOverridden. Gets 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.  
Public PropertyGets a value indicating whether updates for the target are currently suspended. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public PropertyGets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from DataSeries3D)
Public PropertyGets or sets the name of this series. (Inherited from DataSeries3D)
Public PropertyGets the W values  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the X direction.  
Public PropertyGets the Z values  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the Y direction.  
Public PropertyGets the Y values  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the Z direction.  
Public PropertyGets the Z values  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Appends a single X, Y0, Y1 point to the series, automatically triggering a redraw  
Public MethodOverridden. Clears the DataSeries.  
Public MethodCalled by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public MethodGets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from DataSeries3D)
Public MethodInserts an X, Y, Z point at the specified index. Automatically triggers a redraw  
Public MethodInserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw  
Public MethodMay be called to trigger a redraw on the parent SciChart.Charting3D.SciChart3DSurface. This method is extremely useful when IDataSeries3D are in a ViewModel and bound via MVVM to SciChart.Charting3D.RenderableSeries.IRenderableSeries3D. Please see the rangeMode parameter for invalidation options. (Inherited from DataSeries3D)
Public 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 DataSeries3D)
Public MethodPerforms selection on the provided indices. If indices == null applies the flag to all data-points, else, applies the flag just to the defined data-points  
Public MethodRemoves the X,Y,Z values at the specified index  
Public MethodRemoves a range of points starting from the specified index  
Public MethodResumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. (Inherited from DataSeries3D)
Public MethodSuspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. (Inherited from DataSeries3D)
Public MethodOverridden. Converts a DataSeries to a IPointSeries3D derived type, for use during the render pass.  
Public MethodUpdates (overwrites) the Y0, Y1 values at the specified X-value. Automatically triggers a redraw  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded. Appends a single metadata value to the end of the WValues list.  
Protected Method (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Protected MethodOverloaded.   
Protected Method (Inherited from DataSeries3D)
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from DataSeries3D)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies 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 EventEvent raised whenever points are added to, removed or one or more DataSeries3D properties changes, requiring a redraw of the parent SciChartSurface. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public EventOccurs when a property value changes. (Inherited from DataSeries3D)
Top
See Also