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

ASPxClientChartPrintOptions.SetMarginLeft(marginLeft) Method

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

Declaration

SetMarginLeft(
    marginLeft: number
): void

Parameters

Name Type Description
marginLeft number

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

See Also