Skip to main content

ChartPrintingOptions.AutomaticPageLayout Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.ChartAutomaticPageLayout/DashboardPdfExportOptions.ChartAutomaticPageLayout properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets whether the page orientation used to print a chart dashboard item is selected automatically.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.ChartAutomaticPageLayout/DashboardPdfExportOptions.ChartAutomaticPageLayout properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public bool AutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean false

true, to automatically select the page orientation used to print a chart dashboard item; otherwise, false.

Remarks

If the AutomaticPageLayout property is set to true, it overrides the page orientation specified using the DashboardPrintingOptions.PageLayout property.

See Also