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

In This Topic
    OutsideLabelPlacement Property (ChartSeriesCustomProperties.FunnelProps)
    In This Topic
    Gets or sets the outside labels placement, relative to the funnel. Default: Right.
    Syntax
    'Declaration
     
    Public Property OutsideLabelPlacement As RdlEnum(Of ChartFunnelPyramidOutsideLabelPlacement)
    public RdlEnum<ChartFunnelPyramidOutsideLabelPlacement> OutsideLabelPlacement {get; set;}
    See Also