FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataLabelsCollection Class / RemoveAt Method
The index of the data label to remove.

In This Topic
    RemoveAt Method (Chart3DDataLabelsCollection)
    In This Topic
    Removes the data label at the specific index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the data label to remove.
    See Also