Skip to main content

LayoutSizeValue(Double) 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
)

Parameters

Name Type Description
value Double

The item size value.

Remarks

Note that the Type property has the Weight value by default.

See Also