Skip to main content
All docs
V25.1
  • DxImageExportOptions.ScaleFactor Property

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

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    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 in the printed document.

    See Also