SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : IFreeSurfacePointSeries3D Interface
IFreeSurfacePointSeries3D Interface Methods

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

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 Method Gets the U coordinate by passed index of the 2D grid.  
 Method Gets the V coordinate by passed index of the 2D grid.  
 MethodGets a value at specified UV coordinate represented in System.Double type.  
 MethodGets a value at specified index of the UV coordinate represented in System.Double type.  
 MethodGets the System.IComparable X value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D)
 MethodGets the System.IComparable Y value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D)
 MethodGets the System.IComparable Z value by indices. (Inherited from SciChart.Charting3D.Model.DataSeries.IHitTestable3D)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also