ComponentOne FinancialChart for UWP
C1.Chart Namespace / OverlappingLabels Enumeration

In This Topic
    OverlappingLabels Enumeration
    In This Topic
    Specifies how to handle overlapping labels.
    Syntax
    'Declaration
     
    
    Public Enum OverlappingLabels 
       Inherits System.Enum
    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