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 | The margin in hundredths of an inch. |
See Also