Single |
public enum SingleGraphPrintLocation
| 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. |
The SingleGraphPrintLocation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |