Version

CollisionAvoidanceType Enumeration

Describes available methods of collision avoidance of series' markers.
Syntax
public enum CollisionAvoidanceType : System.Enum 
Members
MemberDescription
FadeItems colliding with other items will be partially hidden from view by reducing their opacity.
FadeAndShiftItems 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.
NoneCollision avoidance is disabled.
OmitItems colliding with other items will be hidden from view.
OmitAndShiftItems colliding with other items will be either hidden from view or moved to new positions.
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