[]
        
(Showing Draft Content)

FarPoint.Win.Chart.StringCollection.Remove

Remove Method

Remove(string)

Removes a string value from the collection.

Declaration
public bool Remove(string item)
Public Function Remove(item As String) As Boolean
Parameters
Type Name Description
string item

String value.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements