Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.PyramidProps Class / InsideLabelAlignment Property

In This Topic
    InsideLabelAlignment Property (ChartSeriesCustomProperties.PyramidProps)
    In This Topic
    Gets or sets the vertical alignment of data point labels placed inside the pyramid. Default: Center.
    Syntax
    'Declaration
     
    Public Property InsideLabelAlignment As RdlEnum(Of ChartFunnelPyramidInsideLabelAlignment)
    public RdlEnum<ChartFunnelPyramidInsideLabelAlignment> InsideLabelAlignment {get; set;}
    See Also