FarPoint.Win.Chart Assembly / FarPoint.Win.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)

Parameters

index
Index of the fill.

Property Value

Fill.
See Also