Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.ScaleFactor Property

OBSOLETE

The ScaleFactor property is obsolete now. Use the DashboardPdfExportOptions.ScaleFactor and DashboardImageExportOptions.ScaleFactor properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the scale factor (in fractions of 1) by which a dashboard (dashboard item) is scaled.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ScaleFactor property is obsolete now. Use the DashboardPdfExportOptions.ScaleFactor and DashboardImageExportOptions.ScaleFactor properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public float ScaleFactor { get; set; }

Property Value

Type Description
Single

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 ASPxClientDashboardExportOptions.ScaleMode property is set to DashboardExportScaleMode.UseScaleFactor.

See Also