Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENLegendExpandMode Enumeration


In This Topic
    ENLegendExpandMode Enumeration
    In This Topic
    Defines the legend expand strategies, or in other words in which dimension will the legend grow when new items are added to the legend data item collection.
    Syntax
    'Declaration
     
    
    Public Enum ENLegendExpandMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLegendExpandMode
    public enum ENLegendExpandMode : System.Enum 
    Members
    MemberDescription
    ColsFixedthe legend has a fixed number of columns and expands in rows.
    ColsOnlythe legend expands by columns only. The legend has one row.
    RowsFixedthe legend has a fixed number of rows and expands in columns.
    RowsOnlythe legend expands by rows only. The legend has one column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENLegendExpandMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also