wxFreeChart
Public Member Functions | List of all members
wxChartSplitPanel Class Reference

wxChartSplitPanel is wxWidgets panel, that displays multiple plots. More...

#include <chartsplitpanel.h>

Inheritance diagram for wxChartSplitPanel:
Inheritance graph
[legend]
Collaboration diagram for wxChartSplitPanel:
Collaboration graph
[legend]

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 ()
 
PlotGetPlot (size_t index)
 

Detailed Description

wxChartSplitPanel is wxWidgets panel, that displays multiple plots.

It allows subplots adding, removing, resizing.

Definition at line 24 of file chartsplitpanel.h.


The documentation for this class was generated from the following file: