ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IPalette Interface / Item Property
The index of palette entry.

In This Topic
    Item Property (IPalette)
    In This Topic
    Get next palette entry (color or hatch style) at the index specified
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As PaletteEntry
    PaletteEntry this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index of palette entry.
    See Also