FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / SetFill Method
Index of fill.
Fill.


In This Topic
SetFill Method
In This Topic
Gets or sets the fill at the specified index.
Syntax
'Declaration
 
Public Sub SetFill( _
   ByVal index As Integer, _
   ByVal fill As Fill _
) 
 
'Usage
 
Dim instance As FillCollection
Dim index As Integer
Dim fill As Fill
 
instance.SetFill(index, fill)

Parameters

index
Index of fill.
fill
Fill.
See Also