FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DGroups Class / RowLabels Property

In This Topic
    RowLabels Property (Chart3DGroups)
    In This Topic
    Gets the collection of labels for rows (Y-axis) in the chart, used when the Y-axis has its AnnoMethod property set to DataLabels.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowLabels As Chart3DDataLabelsCollection
    public Chart3DDataLabelsCollection RowLabels {get;}
    See Also