ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / AxisOverlappingLabels Enumeration

In This Topic
    AxisOverlappingLabels Enumeration
    In This Topic
    Specifies the way to show overlapping labels
    Syntax
    'Declaration
     
    Public Enum AxisOverlappingLabels 
       Inherits System.Enum
    public enum AxisOverlappingLabels : System.Enum 
    Members
    MemberDescription
    AutoHide labels if overlapped
    ShowShow all labels
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.AxisOverlappingLabels

    See Also