Skip to main content

LayoutSizeValue(Double, LayoutSizeValueType) Constructor

Initializes a new LayoutSizeValue instance with the specified settings.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public LayoutSizeValue(
    double value,
    LayoutSizeValueType type
)

Parameters

Name Type Description
value Double

The item size value.

type LayoutSizeValueType

The measurement unit in which the layout measures the size.

See Also