Click or drag to resize

SingleGraphPrintLocation Enumeration

Designates where a graph will be printed onto a printer page.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum SingleGraphPrintLocation
Members
Member nameValueDescription
PrintableAreaLeftUpper0Graph will be printed starting at the upper left corner of the printable area.
PageLeftUpper1Graph will be printed starting at the upper left corner of the page (ignoring the page borders).
PrintableAreaCenter2Graph will be printed in the center of the printable area.
PageCenter3Graph will be printed in the center of the page.
See Also