Back to Devexpress

DashboardExportDocumentScaleMode Type

dashboard-js-devexpress-dot-dashboard-a7ebb499.md

latest722 B
Original Source

DashboardExportDocumentScaleMode Type

Lists values that specify a scale mode when exporting a dashboard/dashboard item.

Declaration

ts
export type DashboardExportDocumentScaleMode = "None" | "UseScaleFactor" | "AutoFitToPagesWidth"

Members

NameDescription
"None"

The dashboard / dashboard item on the exported page retains its original size.

| | "UseScaleFactor" |

The size of the dashboard / dashboard item on the exported page is changed according to the scale factor value.

| | "AutoFitToPagesWidth" |

The size of the dashboard / dashboard item is changed according to the width of the exported pages.

|