C1.Web.Mvc.Chart Namespace / AxisOverlappingLabels Enumeration

AxisOverlappingLabels Enumeration
Specifies how to handle overlapped labels.
Syntax
'Declaration
 
Public Enum AxisOverlappingLabels 
   Inherits System.Enum
 
Members
MemberDescription
AutoThe overlapped labels are hidden.
ShowShow all labels, including overlapped.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Chart.AxisOverlappingLabels

See Also