GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / LayoutMode Enumeration


LayoutMode Enumeration
Represents the possible ways to store a chart element's position.
Syntax
'Declaration
 
Public Enum LayoutMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As LayoutMode
Members
MemberDescription
EdgeThe Width or Height shall be interpreted as the Right or Bottom of the chart element.
FactorThe Width or Height shall be interpreted as the Width or Height of the chart element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.LayoutMode

See Also