MobileForms Toolkit Documentation

SeriesCollection.OnSet Method 

Performs additional checks on Series object before setting a value in the SeriesCollection instance.

protected override void OnSet(
int index,
object oldValue,
object newValue
);

Parameters

index
Zero-based index of the Series object being set.
oldValue
The original Series object.
newValue
The new Series object being set.

Remarks

If the new Series object is null, or its parent is not set, an ArgumentException is thrown.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace