ASPxClientChartPrintOptions.SetCustomPaperHeight(customPaperHeight) Method
Sets the custom paper height which will be used to print a chart.
Declaration
SetCustomPaperHeight(
customPaperHeight: number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| customPaperHeight | number | The height in hundredths of an inch. |
See Also