FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarColorsCollection Class / RemoveAt Method
The index of the bar color to remove.

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

    Parameters

    index
    The index of the bar color to remove.
    See Also