Enumeration ConsolidatedItemsPosition

Enum used to determine positioning logic for data items which have been consolidated into a single visual element.

Enumeration Members

Maximum: 1

Consolidated Items should be positioned using their maximum value.

Median: 2

Consolidated Items should be positioned at the midpoint of the range.

Minimum: 0

Consolidated Items should be positioned using their minimum value.

RelativeMaximum: 4

Consolidated Items should be positioned using the value farthest from the reference value of the corresponding axis.

RelativeMinimum: 3

Consolidated Items should be positioned using the value nearest to the reference value of the corresponding axis.