Nevron .NET Vision
Nevron.Chart Namespace / SurfaceCellTriangulationMode Enumeration


In This Topic
    SurfaceCellTriangulationMode Enumeration
    In This Topic
    Enumerates the grid surface cell triangulation modes.
    Syntax
    'Declaration
     
    
    Public Enum SurfaceCellTriangulationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SurfaceCellTriangulationMode
    public enum SurfaceCellTriangulationMode : System.Enum 
    Members
    MemberDescription
    Diagonal1The cell is triangulated by its first diagonal.
    Diagonal2The cell is triangulated by its second diagonal.
    MaxSumThe cell is triangulated by diagonal, which has the larger sum of its end points.
    MinSumThe cell is triangulated by diagonal, which has the smaller sum of its end points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.SurfaceCellTriangulationMode

    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