MobileForms Toolkit Documentation

SeriesCollection.Item Property (String)

Gets the Series object with specified name.

public Series this[
string name
] {get;}

Parameters

name
The name of the Series object to get.

Remarks

Retrieving the value of this property is O(n) operation, where n is Count. If the specified Series object does not exist in the collection, an IndexOutOfRange exception is thrown.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace | SeriesCollection.Item Overload List