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

ASPxClientChartPrintOptions.SetMarginTop(marginTop) Method

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

Declaration

SetMarginTop(
    marginTop: number
): void

Parameters

Name Type Description
marginTop number

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

See Also