[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a fill from the collection at the specified index.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

Index of fill.

Implements