DashboardExportDocumentScaleMode Type
In This Article
Lists values that specify a scale mode when exporting a dashboard/dashboard item.
#Declaration
TypeScript
export type DashboardExportDocumentScaleMode = "None" | "UseScaleFactor" | "AutoFitToPagesWidth"
#Members
Name | Description |
---|---|
"None" | The dashboard / dashboard item on the exported page retains its original size. |
"Use |
The size of the dashboard / dashboard item on the exported page is changed according to the scale factor value. |
"Auto |
The size of the dashboard / dashboard item is changed according to the width of the exported pages. |