ASPxClientChartPrintOptions.SetLandscape(landscape) Method
Sets a value indicating that the landscape orientation will be used to print a chart.
Declaration
SetLandscape(
landscape: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| landscape | boolean | A Boolean value, specifying that the landscape orientation will be used to print a chart. |
See Also