C1.Chart Namespace / LabelOverlappingOptions Enumeration

LabelOverlappingOptions Enumeration
Specifies label overlapping options.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum LabelOverlappingOptions 
   Inherits 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