Skip to main content
A newer version of this page is available. .

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