Skip to main content
All docs
V25.1
  • GraphicsUnitInfo(ReportUnit, String) Constructor

    Initializes a new instance of the GraphicsUnitInfo class with specified settings.

    Namespace: DevExpress.XtraReports.Wizards

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public GraphicsUnitInfo(
        ReportUnit unit,
        string displayName
    )

    Parameters

    Name Type Description
    unit ReportUnit

    An enumeration value that indicates the measurement unit.

    displayName String

    The display name.

    See Also