'Declaration
Public Enum CrtLayout12Mode Inherits System.Enum
'Usage
Dim instance As CrtLayout12Mode
public enum CrtLayout12Mode : System.Enum
'Declaration
Public Enum CrtLayout12Mode Inherits System.Enum
'Usage
Dim instance As CrtLayout12Mode
public enum CrtLayout12Mode : System.Enum
Member | Description |
---|---|
L12MAUTO | Position and dimension are determined by the application. x, y, dx and dy MUST be ignored. |
L12MEDGE | x 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. |
L12MFACTOR | x 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Excel.CrtLayout12Mode