Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FillCollection Class / Item Property
Index of the fill.


In This Topic
    Item Property (FillCollection)
    In This Topic
    Gets or sets the fill at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Fill
    'Usage
     
    
    Dim instance As FillCollection
    Dim index As Integer
    Dim value As Fill
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public Fill this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the fill.

    Property Value

    Fill.
    See Also