Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutSizeValue Struct

The layout item size.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public struct LayoutSizeValue

The following members return LayoutSizeValue objects:

#Remarks

The diagram measures item size as follows when the size type is Weight:

  1. The diagram calculates the size available for weighted items by subtracting absolute sizes from the size available for all items.
  2. Summarizes a total weight and computes the weight unit’s absolute size by dividing the size for weighted items into the total weight.
  3. The item’s size is the weight unit’s absolute size multiplied by the item weight.
See Also