MobileForms Toolkit Documentation

CompactChart.OnBindingContextChanged Method 

Rebinds CompactChart to a new or changed data source.

protected override void OnBindingContextChanged(
EventArgs e
);

Parameters

e
An EventArgs that contains the event data.

Remarks

This method is fired whenever the data source, which CompactChart is bound to, changes. Note to inehritors: When overriding OnBindingContextChangedin a derived class, be sure to call the base class's OnBindingContextChanged method so that whenever the data source changes, the new data is repainted.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace