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

ASPxClientChartPrintOptions.SetMarginRight(marginRight) Method

Sets the right margin which will be used to print a chart.

Declaration

SetMarginRight(
    marginRight: number
): void

Parameters

Name Type Description
marginRight number

A System.Int32 value, specifying the margin in hundredths of an inch.

See Also