ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DGroups Class / RowLabels Property

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