DashboardPrintingOptions.ScaleFactor Property
OBSOLETE
The DashboardPrintingOptions.ScaleFactor property is obsolete now. Use the DashboardPrintPreviewOptions.ScaleFactor/DashboardPdfExportOptions.ScaleFactor/DashboardImageExportOptions.ScaleFactor properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Gets or sets the scale factor (in fractions of 1), by which a dashboard (dashboard item) is scaled.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[DefaultValue(1F)]
[Obsolete("The DashboardPrintingOptions.ScaleFactor property is obsolete now. Use the DashboardPrintPreviewOptions.ScaleFactor/DashboardPdfExportOptions.ScaleFactor/DashboardImageExportOptions.ScaleFactor properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public float ScaleFactor { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Single | 1 | A Single value that specifies the scale factor (in fractions of 1), by which a dashboard (dashboard item) is scaled. |
Remarks
The ScaleFactor property is in effect when the DashboardPrintingOptions.ScaleMode property is set to DashboardPrintingScaleMode.UseScaleFactor.