Nevron .NET Vision
Nevron.Chart Namespace / LegendExpandMode Enumeration


In This Topic
    LegendExpandMode 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 LegendExpandMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendExpandMode
    public enum LegendExpandMode : 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.
    HorzWrapThe legend wraps in the assigned bounds by increasing the number of row then the number of colums
    RowsFixedthe legend has a fixed number of rows and expands in columns.
    RowsOnlythe legend expands by rows only. The legend has one column.
    VertWrapThe legend wraps int he assigned bounds by increasing the number of columns then the number of rows
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.LegendExpandMode

    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