Nevron .NET Vision
Nevron.Chart Namespace / ContourColorMode Enumeration


In This Topic
    ContourColorMode Enumeration
    In This Topic
    Enumerates the contour color modes
    Syntax
    'Declaration
     
    
    Public Enum ContourColorMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ContourColorMode
    public enum ContourColorMode : System.Enum 
    Members
    MemberDescription
    PaletteThe contours are displayed with color taken from the associated palette
    UniformThe contours are displayed with uniform color
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ContourColorMode

    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