Nevron .NET Vision
Nevron.Chart Namespace / IndexedStorageType Enumeration


In This Topic
    IndexedStorageType Enumeration
    In This Topic
    Enumerates how indexed series store information
    Syntax
    'Declaration
     
    
    Public Enum IndexedStorageType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IndexedStorageType
    public enum IndexedStorageType : System.Enum 
    Members
    MemberDescription
    ArrayData is stored in an array
    HashData is stored in a hash table
    SortedArrayData is stored in a sorted array
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.IndexedStorageType

    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