| XY Chart NET 3 Control Reference > Classes > PrintSettings Class |
PrintSettings Class consists of the following properties:
| Property | Description | Data Type | Default |
| BottomMargin | Determines the bottom margin page setting, in hundredths of an inch. | Integer | 75 |
| Color | Determines if the printout is in color (if printer supports color) or black/white. | Boolean | False |
| DocumentName | Determines the Document Name to display in the printer queue. | String | "XYChartNET document" |
| LeftMargin | Determines the left margin page setting, in hundredths of an inch. | Integer | 75 |
| NumCopies | Determines the number of copies to print. | Integer | 1 |
| Orientation | Determines the paper orientation page setting. | Enumerated type consisting of the following options:
|
poPortrait |
| RightMargin | Determines the right margin page setting, in hundredths of an inch. | Integer | 75 |
| ShowDialog | Determines if the Print dialog is displayed when the toolbar's Print button is selected or the PrintChart method is called. | Boolean | True |
| TopMargin | Determines the top margin page setting, in hundredths of an inch. | Integer | 75 |