Skip to main content
All docs
V18.2

DashboardImageExportOptions.ScaleFactor Property

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public float ScaleFactor { get; set; }

Property Value

Type Description
Single

A string value that specifies the scale factor by which a dashboard/dashboard item is scaled in the exported document.

See Also