Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartFunnelPyramidInsideLabelAlignment Enumeration

In This Topic
    ChartFunnelPyramidInsideLabelAlignment Enumeration
    In This Topic
    Specifies vertical alignment of data point labels placed inside the funnel or pyramid.
    Syntax
    'Declaration
     
    Public Enum ChartFunnelPyramidInsideLabelAlignment 
       Inherits System.Enum
    public enum ChartFunnelPyramidInsideLabelAlignment : System.Enum 
    Members
    MemberDescription
    BottomBottom alignment.
    CenterCenter alignment.
    TopTop alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartFunnelPyramidInsideLabelAlignment

    See Also