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

In This Topic
    ChartFunnelPyramidOutsideLabelPlacement Enumeration
    In This Topic
    Specifies outside labels placement, relative to the funnel or pyramid.
    Syntax
    'Declaration
     
    Public Enum ChartFunnelPyramidOutsideLabelPlacement 
       Inherits System.Enum
    public enum ChartFunnelPyramidOutsideLabelPlacement : System.Enum 
    Members
    MemberDescription
    LeftLabels on the left.
    RightLabels on the right.
    Inheritance Hierarchy

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

    See Also