ComponentOne FlexChart for WinForms
OverlappingLabels Enumeration


C1.Chart Namespace : OverlappingLabels Enumeration
Specifies how to handle overlapping labels.
Syntax
'Declaration
 
Public Enum OverlappingLabels 
   Inherits System.Enum
'Usage
 
Dim instance As OverlappingLabels
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

Reference

C1.Chart Namespace