Messaging - nagasudhirpulla/oxyplot_widget GitHub Wiki

Messaging between the widget and dashboard

We can use event handlers to communicate with other widgets or the widget parent like dashboard.

Messaging can be implemented using the mediator design pattern as illustrated here - https://airbrake.io/blog/design-patterns/mediator-design-pattern

Events and delegates are explained in this short video - https://www.youtube.com/watch?v=AVHk97amJ4I