ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsPlacement Enumeration

In This Topic
    LabelsPlacement Enumeration
    In This Topic
    Specifies whether the data point labels appear on the left or right side of the funnel or pyramid chart.
    Syntax
    'Declaration
     
    Public Enum LabelsPlacement 
       Inherits System.Enum
    public enum LabelsPlacement : System.Enum 
    Members
    MemberDescription
    LeftLabels appear to the left of the funnel or pyramid.
    RightLabels appear to the right of the funnel or pyramid.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.LabelsPlacement

    See Also