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

In This Topic
    BarLabelStyle Property (ChartSeriesCustomProperties.BarPercentStackedProps)
    In This Topic
    Gets or sets the data point label placement. Default: Outside.
    Syntax
    'Declaration
     
    Public Property BarLabelStyle As RdlEnum(Of ChartBarLabelStyle)
    public RdlEnum<ChartBarLabelStyle> BarLabelStyle {get; set;}
    See Also