Nevron .NET Vision
Nevron.Chart Namespace / PaletteScalePosition Enumeration


In This Topic
    PaletteScalePosition Enumeration
    In This Topic
    Defines the palette scale position
    Syntax
    'Declaration
     
    
    Public Enum PaletteScalePosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PaletteScalePosition
    public enum PaletteScalePosition : System.Enum 
    Members
    MemberDescription
    LeftThe palette scale is on the left side of the palette
    RightThe palette scale is on the right side of the palette
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PaletteScalePosition

    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