Skip to main content
All docs
V18.2

ChartExportOptions.AutomaticPageLayout Property

OBSOLETE

The ChartExportOptions.AutomaticPageLayout property is obsolete now. Use the ChartAutomaticPageLayout property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also