FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / LabelOverlappingOptions 枚举

本主题中
    LabelOverlappingOptions 枚举
    本主题中
    Specifies label overlapping options.
    语法
    '声明
     
    Public Enum LabelOverlappingOptions 
       Inherits System.Enum
    public enum LabelOverlappingOptions : System.Enum 
    成员
    成员说明
    NoneNo overlapping allowed.
    OutsidePlotAreaAllow labels outside plot area.
    OverlapDataPointsAllow overlapping with data points
    继承层次

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

    请参见