[]
        
(Showing Draft Content)

FarPoint.Win.Chart.BevelCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a bevel 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 bevel.

Implements