LayoutSizeValue(Double, LayoutSizeValueType) Constructor
Initializes a new LayoutSizeValue instance with the specified settings.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | The item size value. |
type | LayoutSizeValueType | The measurement unit in which the layout measures the size. |
See Also