Skip to main content
All docs
V26.1
  • DxPdfExportOptions.ScaleFactor Property

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v26.1.Blazor.dll

    Declaration

    [Parameter]
    public float ScaleFactor { get; set; }

    Property Value

    Type Description
    Single

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

    See Also