ComponentOne FlexReport for WinForms
IndexOf Method (Chart3DColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DColorsCollection Class : IndexOf Method
The Color to locate.
Gets the index of the specified Color in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal color As System.Drawing.Color _
) As System.Integer
public System.int IndexOf( 
   System.Drawing.Color color
)

Parameters

color
The Color to locate.

Return Value

The index of the specified color in the collection.
See Also

Reference

Chart3DColorsCollection Class
Chart3DColorsCollection Members