Nevron .NET Vision
Nevron.Chart Namespace / PaletteMode Enumeration


In This Topic
    PaletteMode Enumeration
    In This Topic
    Enumerates the palette modes
    Syntax
    'Declaration
     
    
    Public Enum PaletteMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PaletteMode
    public enum PaletteMode : System.Enum 
    Members
    MemberDescription
    AutoFixedEntryCountThe palette is automatically computed depending on the currently visualized range and a specified number of entries
    AutoMinMaxColorThe palette is automatically computed depending on the currently visualized range and is interpolated between the begin and end color
    AutoMinMaxTwoColorAutomatic mode in which the negative color is mapped to the automatically computed minimum value and the positive color is mapped to the computed maximum value
    AutoSyncWithScaleAutomatic mode in which the palette is synchronized with an axis
    CustomThe color value pairs are specified by the user
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PaletteMode

    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