Enumeration CollisionAvoidanceType

Describes available methods of collision avoidance of series' markers.

Enumeration Members

Fade: 2

Items colliding with other items will be partially hidden from view by reducing their opacity.

FadeAndShift: 4

Items colliding with other items will be either partially hidden from view by reducing their opacity, or moved to new positions, or a combination of both.

None: 0

Collision avoidance is disabled.

Omit: 1

Items colliding with other items will be hidden from view.

OmitAndShift: 3

Items colliding with other items will be either hidden from view or moved to new positions.