#include <chart.h>
Public Member Functions | |
virtual void | ChartChanged (Chart *chart)=0 |
virtual void | ChartScrollsChanged (Chart *chart)=0 |
Interface for receiving chart events.
|
pure virtual |
Called when some of chart or chart component properties has been changed.
chart | chart that has been changed |
Implemented in wxChartPanel.
|
pure virtual |
Called when some of chart scrolled axes changed its bounds.
chart | chart |
Implemented in wxChartPanel.