XyzDataSeries3D<TAllPoints> Class Members
The following tables list the members exposed by XyzDataSeries3D<TAllPoints>.
Public Constructors
Name | Description | |
---|---|---|
![]() | XyzDataSeries3D<TAllPoints> Constructor |
Public Fields
Name | Description | |
---|---|---|
![]() | SyncRoot | The Synchronization Object for the DataSeries3D. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
Public Properties
Top
Public Methods
Name | Description | |
---|---|---|
![]() | Append | Overloaded. (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | Clear | Clears the DataSeries. (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | DecrementSuspend | Called 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) |
![]() | GetBounds | Gets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | Insert | Inserts an X, Y, Z point at the specified index. Automatically triggers a redraw (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | InsertRange | Inserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | InvalidateParentSurface | May 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 SciChart.Charting3D.Model.DataSeries3D) |
![]() | OnDataSeriesChanged | Raises 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.DataSeries3D) |
![]() | PerformSelection | Performs 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 (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | RemoveAt | Removes the X,Y,Z values at the specified index (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | RemoveRange | Removes a range of points starting from the specified index (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | SuspendUpdates | Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | ToPointSeries<TPointSeries> | Converts a DataSeries to a IPointSeries3D derived type, for use during the render pass. (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | Update | Updates (overwrites) the Y0, Y1 values at the specified X-value. Automatically triggers a redraw (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | AppendMetadata | Overloaded. Appends a single metadata value to the end of the XyzDataSeries3D<TX,TY,TZ>.WValues list. (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | CreateUpdateSuspender | (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | InsertMetadata | Overloaded. (Inherited from SciChart.Charting3D.Model.XyzDataSeries3D<TAllPoints,TAllPoints,TAllPoints>) |
![]() | MarkIsDirtyOnResumeUpdates | (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | DataSeriesChanged | Event 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) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also