[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.Item

this Property

this[int]

Gets or sets the fill at the specified index.

Declaration
public Fill this[int index] { get; set; }
Public Default Property Item(index As Integer) As Fill
Parameters
Type Name Description
int index

Index of the fill.

Property Value
Type Description
Fill

Fill.

Implements