Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartCustomPaletteColors Class / Item Property
The index in the collection.

In This Topic
    Item Property (ChartCustomPaletteColors)
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ChartCustomPaletteColor
    public ChartCustomPaletteColor this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index in the collection.

    Property Value

    The element at the specified index.
    See Also