ComponentOne FlexReport for WinForms
Insert Method (Chart3DColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DColorsCollection Class : Insert Method
The index to insert at.
The Color to insert.
Inserts the specified Color at the specified index in the collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal color As System.Drawing.Color _
) 
public void Insert( 
   System.int index,
   System.Drawing.Color color
)

Parameters

index
The index to insert at.
color
The Color to insert.
See Also

Reference

Chart3DColorsCollection Class
Chart3DColorsCollection Members