#include <chartsplitpanel.h>
Public Member Functions | |
wxChartSplitPanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
void | AddPlot (Plot *plot, int pos, bool allowRemove) |
void | RemovePlot (Plot *plot) |
void | RemovePlot (size_t nPlot) |
void | RemoveAllPlots () |
Plot * | GetPlot (size_t index) |
wxChartSplitPanel is wxWidgets panel, that displays multiple plots. It allows subplots adding, removing, resizing.