C1.Maui.Chart Assembly / C1.Chart Namespace / OverlappingLabels Enumeration
OverlappingLabels Enumeration
Specifies how to handle overlapping labels.
Syntax
public enum OverlappingLabels : System.Enum 
Members
MemberDescription
AutoHide overlapping labels.
ShowShow all labels, including overlapping ones.
TrimTrim label if it's larger than avalable width.
WordWrapWrap label if it's larger than avalable width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.OverlappingLabels

See Also