Skip to main content

DashboardPrintPreviewOptions.ChartAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ChartAutomaticPageLayout
BeforeExportDocumentEventArgs
.PrintPreviewOptions .ChartAutomaticPageLayout
CustomExportBaseEventArgs
.PrintPreviewOptions .ChartAutomaticPageLayout
DashboardDesigner
.PrintPreviewOptions .ChartAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions .ChartAutomaticPageLayout
IDashboardControl
.PrintPreviewOptions .ChartAutomaticPageLayout
DashboardControl
.PrintPreviewOptions .ChartAutomaticPageLayout

Remarks

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

See Also