ASPxClientChartPrintOptions.SetLandscape(landscape) Method
In This Article
Sets a value indicating that the landscape orientation will be used to print a chart.
#Declaration
TypeScript
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