Skip to main content
All docs
V23.2

GraphicsUnitInfo(DXGraphicsUnit, String) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public GraphicsUnitInfo(
    DXGraphicsUnit unit,
    string displayName
)

Parameters

Name Type Description
unit DXGraphicsUnit

An enumeration value that indicates the measurement unit.

displayName String

The display name.

See Also