|
|
|
|
|
- Properties specific to diagLayout variables
diagLayout (Variable type) In french: diagMiseEnPage
The diagLayout type is used to define all the layout characteristics of a diagram. You can define and change the characteristics of this layout using different WLanguage properties. This layout is used when the grid is displayed and when the diagram is printed.Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
myDiagram is Diagram
myLayout is diagLayout <- myDiagram.PageLayout
myLayout.PageWidth = 210.0
myLayout.PageHeight = 297.0
Properties Properties specific to diagLayout variables The following properties can be used to handle the layout of a diagram: | | | Property name | Type used | Effect |
---|
PageHeight | Real | Page height (in millimeters). | PageWidth | Real | Page width (in millimeters). |
Remarks If the PageHeight and PageWidth properties are set to 0, an infinite layout is used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|