FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / LabelOverlappingOptions Enumeration

In This Topic
    LabelOverlappingOptions Enumeration
    In This Topic
    Specifies label overlapping options.
    Syntax
    'Declaration
     
    Public Enum LabelOverlappingOptions 
       Inherits System.Enum
    public enum LabelOverlappingOptions : System.Enum 
    Members
    MemberDescription
    NoneNo overlapping allowed.
    OutsidePlotAreaAllow labels outside plot area.
    OverlapDataPointsAllow overlapping with data points
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.LabelOverlappingOptions

    See Also