MobileForms Toolkit Documentation

SeriesCollection.OnInsert Method 

Performs checks on the inserted Series object before inserting it into the SeriesCollection instance.

protected override void OnInsert(
int index,
object value
);

Parameters

index
Index of the inserted Series object.
value
Series object being inserted.

Remarks

This method checks, whether the inserted Series object is null. If it is or if its parent is set to null, it throws ArgumentException.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace