Xceed Chart for WinForms v4.4 Documentation
LegendExpandMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : LegendExpandMode Enumeration
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.
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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace