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

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