ComponentOne ASP.NET MVC Controls
AxisOverlappingLabels Enumeration

C1.Web.Mvc.Chart Namespace : AxisOverlappingLabels Enumeration
Specifies how to handle overlapped labels.
Syntax
'Declaration
 
Public Enum AxisOverlappingLabels 
   Inherits System.Enum
public enum AxisOverlappingLabels : 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

Reference

C1.Web.Mvc.Chart Namespace