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