MobileForms Toolkit Documentation

SeriesCollection.OnInsertComplete Method 

Performs a custom process with inserted Series object after inserting it into the SeriesCollection instance.

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

Parameters

index
Zero-based index of the Series object that was inserted into the SeriesCollection.
value
Series object that was inserted into the SeriesCollection.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace