[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Remove a label area 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 label area.

Implements