IXyzPointSeries3D Interface Members
The following tables list the members exposed by IXyzPointSeries3D.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the count of the point series |
![]() | IsDirty | Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh (Inherited from SciChart.Charting3D.Model.IPointSeries3D) |
![]() | SyncRoot | Gets the Synchronization object (Inherited from SciChart.Charting3D.Model.IPointSeries3D) |
![]() | WValues | Gets the underlying raw PointMetadata3D values |
![]() | XValues | Gets the underlying raw X values wrapped in a IDoubleList |
![]() | YValues | Gets the underlying raw Y values wrapped in a IDoubleList |
![]() | ZValues | Gets the underlying raw Z values wrapped in a IDoubleList |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | GetXValue | Gets the System.IComparable X value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D) |
![]() | GetYValue | Gets the System.IComparable Y value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D) |
![]() | GetZValue | Gets the System.IComparable Z value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D) |
Extension Methods
Name | Description | |
---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also