11 #ifndef CHARTSPLITPANEL_H_ 12 #define CHARTSPLITPANEL_H_ 14 #include <wx/aui/aui.h> 16 #include "wx/wxfreechartdefs.h" 18 #include "wx/multiplot.h" 28 const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize);
31 void AddPlot(
Plot *plot,
int pos,
bool allowRemove);
32 void RemovePlot(
Plot *plot);
33 void RemovePlot(
size_t nPlot);
35 void RemoveAllPlots();
37 Plot *GetPlot(
size_t index);
40 wxAuiManager *m_auiManager;
wxChartSplitPanel is wxWidgets panel, that displays multiple plots.
Base class for all plots.