ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As OverlappingLabels
    public enum OverlappingLabels : System.Enum 
    public enum class OverlappingLabels : public 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