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

In This Topic
    TextPosition Enumeration
    In This Topic
    Specifies the position of data label text
    Syntax
    'Declaration
     
    Public Enum TextPosition 
       Inherits System.Enum
    public enum TextPosition : System.Enum 
    Members
    MemberDescription
    AutoIndicates that position is calculated automatically
    CenterIndicates that data label text is placed at point center
    InsideIndicates that data label text is placed inside plot
    OutsideIndicates that data label text is placed outside plot
    Inheritance Hierarchy

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

    See Also