WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / LabelOverlapping Enumeration
In This Topic
    LabelOverlapping Enumeration
    In This Topic
    Specifies how to handle overlapped labels.
    Syntax
    public enum LabelOverlapping : System.Enum 
    Members
    MemberDescription
    HideHide overlapped labels.
    ShowShow overlapped labels.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.LabelOverlapping

    See Also