Properties  Methods 

SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : IDisplaceableFreeSurfacePointSeries Interface
IDisplaceableFreeSurfacePointSeries Interface Members

The following tables list the members exposed by IDisplaceableFreeSurfacePointSeries.

Public Properties
 NameDescription
 Property Gets axes by which surface can be displaced.  
 Property Gets value determining whether the displacement is absolute. This means that surface is displaced by a value from the displacement map by specified displacement axes absolutely, ignoring its relative direction from the origin.  
 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 or sets Displacement Map value as double at the UV index.  
 PropertyGets a data offset by X axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 PropertyGets a data offset by Y axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 PropertyGets a data offset by Z axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 Property Gets the Synchronization object (Inherited from SciChart.Charting3D.Model.IPointSeries3D)
 Property Gets number of U segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 Property Gets number of V segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
Top
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. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 Method Gets the V coordinate by passed index of the 2D grid. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 MethodGets a value at specified UV coordinate represented in System.Double type. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 MethodGets a value at specified index of the UV coordinate represented in System.Double type. (Inherited from SciChart.Charting3D.Model.IFreeSurfacePointSeries3D)
 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