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