Skip to main content
A newer version of this page is available. .
All docs
V20.2

MeasureUnit(Double, Int32, String, TickStepsData[], Func<String>) Constructor

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

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public MeasureUnit(
    double dpi,
    int multiplier,
    string name,
    TickStepsData[] stepsData,
    Func<string> getSuffix = null
)

Parameters

Name Type
dpi Double
multiplier Int32
name String
stepsData DevExpress.Diagram.Core.TickStepsData[]

Optional Parameters

Name Type Default
getSuffix Func<String> *null*
See Also