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

DashboardPdfExportOptions.ChartAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public bool ChartAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Object Type Path to ChartAutomaticPageLayout
BeforeExportDocumentEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomExportBaseEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomExportEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
ASPxDashboard
.PdfExportOptions.ChartAutomaticPageLayout
BeforeExportDocumentWebEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomExportBaseWebEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomExportWebEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
CustomizeExportDocumentWebEventArgs
.PdfExportOptions.ChartAutomaticPageLayout
DashboardExtensionSettings
.PdfExportOptions.ChartAutomaticPageLayout
MVCxDashboard
.PdfExportOptions.ChartAutomaticPageLayout
DashboardDesigner
.PdfExportOptions.ChartAutomaticPageLayout
DashboardViewer
.PdfExportOptions.ChartAutomaticPageLayout
DashboardControl
.PdfExportOptions.ChartAutomaticPageLayout

Remarks

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

See Also