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

In This Topic
    LabelStyle Property (ChartSeriesCustomProperties.PyramidProps)
    In This Topic
    Gets or sets a Pyramid chart data point labels style. Default: OutsideInColumn.
    Syntax
    'Declaration
     
    Public Property LabelStyle As RdlEnum(Of ChartFunnelPyramidLabelStyle)
    public RdlEnum<ChartFunnelPyramidLabelStyle> LabelStyle {get; set;}
    See Also