wpf-devexpress-dot-xpf-dot-charts-dot-layoutsizevalue.md
Returns the measurement unit in which the layout measures the size.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public LayoutSizeValueType Type { get; }
Public ReadOnly Property Type As LayoutSizeValueType
| Type | Description |
|---|---|
| LayoutSizeValueType |
The measurement unit in which the layout measures the size.
|
Available values:
| Name | Description |
|---|---|
| Weight |
The layout measures size as weight.
| | Absolute |
The layout measures a size in pixels.
|
The diagram measures item size as follows when the size type is Weight :
See Also