eTSRRenderMode Enumeration
Syntax
public enum eTSRRenderMode : System.Enum 
Members
MemberDescription
TSR_RENDERMODE_FORCE32BITS 
TSR_RENDERMODE_LINELIST 
TSR_RENDERMODE_LINEPATCHLIST 
TSR_RENDERMODE_LINESTRIP 
TSR_RENDERMODE_LINESTRIP_ADJ 
TSR_RENDERMODE_MAX 
TSR_RENDERMODE_POINTS 
TSR_RENDERMODE_QUADPATCHLIST 
TSR_RENDERMODE_TRIANGLEFAN 
TSR_RENDERMODE_TRIANGLES 
TSR_RENDERMODE_TRIANGLESTRIP 
TSR_RENDERMODE_TRIPATCHLIST 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Interop.eTSRRenderMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also