ComponentOne FlexReport for WinForms
RemoveAt Method (Chart3DBarColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DBarColorsCollection Class : RemoveAt Method
The index of the bar color to remove.
Removes the bar color at the specific index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

Chart3DBarColorsCollection Class
Chart3DBarColorsCollection Members