ConsolidatedItemsPosition
Enum used to determine positioning logic for data items which have been consolidated into a single visual element.
Enumeration Members
Section titled "Enumeration Members"Maximum
Section titled "Maximum"Consolidated Items should be positioned using their maximum value.
Maximum = 1 Median
Section titled "Median"Consolidated Items should be positioned at the midpoint of the range.
Median = 2 Minimum
Section titled "Minimum"Consolidated Items should be positioned using their minimum value.
Minimum = 0 RelativeMaximum
Section titled "RelativeMaximum"Consolidated Items should be positioned using the value farthest from the reference value of the corresponding axis.
RelativeMaximum = 4 RelativeMinimum
Section titled "RelativeMinimum"Consolidated Items should be positioned using the value nearest to the reference value of the corresponding axis.
RelativeMinimum = 3