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

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