Methods 

ILinesMesh Interface Members

The following tables list the members exposed by ILinesMesh.

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 Method Draws this instance. (Inherited from SciChart.Charting3D.Primitives.IMeshBase)
 Method Freezes this instance. No further drawing may be done (Inherited from SciChart.Charting3D.Primitives.IMeshBase)
 MethodOverloaded. Sets the data on the Lines Mesh, which causes the mesh to calculate SciChart.Charting3D.Interop.sIMLineVertex line vertices.  
 Method Sets the opacity for the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase)
 Method Sets the selection identifier for the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase)
 Method  
 Method Sets a position of the current vertex.  
 Method Sets the X,Y,Z,W value of the current vertex (Inherited from SciChart.Charting3D.Primitives.IMeshBase)
 Method Sets the Vertex Color of the current vertex (Inherited from SciChart.Charting3D.Primitives.IImmediateDrawContext)
 MethodSets raw vertices on the lines mesh. the vertex format is SciChart.Charting3D.Interop.sIMLineVertex and each 1 vertex represents a line segment, with start and end position  
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also