Version

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 at the midpoint of the range.
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also