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