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

ASPxClientChartPrintOptions.SetMarginBottom(marginBottom) Method

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

Declaration

SetMarginBottom(
    marginBottom: number
): void

Parameters

Name Type Description
marginBottom number

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

See Also