Version 21.2

ConsolidatedItemsPosition Enumeration

Enum used to determine positioning logic for data items which have been consolidated into a single visual element.
Syntax
public enum ConsolidatedItemsPosition : System.Enum 
Members
MemberDescription
MaximumConsolidated Items should be positioned using their maximum value.
MedianConsolidated Items should be positioned using their median value.
MinimumConsolidated Items should be positioned using their minimum value.
RelativeMaximumConsolidated Items should be positioned using the value farthest from the reference value of the corresponding axis.
RelativeMinimumConsolidated Items should be positioned using the value nearest to the reference value of the corresponding axis.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub