Nevron .NET Vision
Nevron.Chart Namespace / LegendInterlaceStyleType Enumeration


In This Topic
    LegendInterlaceStyleType Enumeration
    In This Topic
    The possible legend interlace styles.
    Syntax
    'Declaration
     
    
    Public Enum LegendInterlaceStyleType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendInterlaceStyleType
    public enum LegendInterlaceStyleType : System.Enum 
    Members
    MemberDescription
    ColInterlaced by cols
    RowInterlaced by rows
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.LegendInterlaceStyleType

    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