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