Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12Mode Enumeration


CrtLayout12Mode Enumeration
This record specifies a layout mode. Each layout mode specifies a different meaning of the x, y, dx, and dy fields of CrtLayout12 and CrtLayout12A.
Syntax
'Declaration
 
Public Enum CrtLayout12Mode 
   Inherits System.Enum
 
'Usage
 
Dim instance As CrtLayout12Mode
Members
MemberDescription
L12MAUTOPosition and dimension are determined by the application. x, y, dx and dy MUST be ignored.
L12MEDGEx and y specify the offset of the upper-left corner; dx and dy specify the offset of the bottom-right corner. x, y, dx and dy are specified relative to the upper-left corner of the chart area as a fraction of the chart area. x, y, dx and dy MUST be greater than or equal to 0.0, and MUST be less than or equal to 1.0.
L12MFACTORx and y specify the offset of the top left corner, relative to its default position, as a fraction of the chart area. MUST be greater than or equal to -1.0 and MUST be less than or equal to 1.0. dx and dy specify the width and height, as a fraction of the chart area, MUST be greater than or equal to 0.0, and MUST be less than or equal to 1.0.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.CrtLayout12Mode

See Also