Skip to main content
A newer version of this page is available. .

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

A System.Int32 object, specifying the width in hundredths of an inch.

See Also