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