IXyzPointSeries3D Interface Properties

For a list of all members of this type, see IXyzPointSeries3D members.

Public Properties
 NameDescription
 Property Gets the count of the point series  
 Property 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)
 Property Gets the Synchronization object (Inherited from SciChart.Charting3D.Model.IPointSeries3D)
 PropertyGets the underlying raw PointMetadata3D values  
 PropertyGets the underlying raw X values wrapped in a IDoubleList  
 PropertyGets the underlying raw Y values wrapped in a IDoubleList  
 PropertyGets the underlying raw Z values wrapped in a IDoubleList  
Top
See Also