ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Chart Namespace / AxisOverlappingLabels Enumeration

In This Topic
    AxisOverlappingLabels Enumeration
    In This Topic
    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