SingleGraphPrintLocation Enumeration |
Designates where a graph will be printed onto a printer page.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic enum SingleGraphPrintLocation
Members| Member name | Value | Description |
|---|
| PrintableAreaLeftUpper | 0 | Graph will be printed starting at the upper left corner of the printable area. |
| PageLeftUpper | 1 | Graph will be printed starting at the upper left corner of the page (ignoring the page borders). |
| PrintableAreaCenter | 2 | Graph will be printed in the center of the printable area. |
| PageCenter | 3 | Graph will be printed in the center of the page. |
See Also