FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DColorsCollection Class / Item Property

In This Topic
    Item Property (Chart3DColorsCollection)
    In This Topic
    Gets or sets the specified Color by numeric index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As Integer _
    ) As Color
    public Color this[ 
       int i
    ]; {get; set;}

    Parameters

    i
    See Also