MobileForms Toolkit Documentation

SeriesCollection.Contains Method 

Determines whether an element is in the SeriesCollection.

public bool Contains(
Series series
);

Parameters

series
The Series object to locate in the SeriesCollection.

Return Value

true if Series object is found in the SeriesCollection; false otherwise.

Remarks

This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace