dashboard-devexpress-dot-dashboardcommon-aed98c2f.md
The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportDocumentScaleMode enumeration instead.
Lists values that specify a scale mode when exporting a dashboard/dashboard item.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
[Obsolete("The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportDocumentScaleMode enumeration instead.")]
public enum DashboardExportScaleMode
<Obsolete("The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportDocumentScaleMode enumeration instead.")>
Public Enum DashboardExportScaleMode
| Name | Description |
|---|---|
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.
|
| AutoFitToPageWidth |
The size of the dashboard/dashboard item is changed according to the width of the exported page.
|
| AutoFitWithinOnePage |
The size of the dashboard/dashboard item is changed to fit its content on a single page.
|
See Also