|
wxPlot 1.8
Real time plot library for wxWidgets
|
This is the complete list of members for wxPlot, including all inherited members.
| drawPlot(wxPaintEvent &event) | wxPlot | |
| fillCircles(const bool fillCircle) | wxPlot | |
| gridOn(const bool useGrid) | wxPlot | |
| legendOn(const bool useLegend) | wxPlot | |
| setBinCount(const unsigned int binCount) | wxPlot | |
| setData(const std::vector< std::vector< double > > &data2D) | wxPlot | |
| setData(const std::vector< double > &data1D) | wxPlot | |
| setFontSize(const unsigned int fontSize) | wxPlot | |
| setLegend(const std::vector< wxString > &legend, const PLACEMENT legendPosition=PLACEMENT_NORTH_EAST) | wxPlot | |
| setPlotEndHeight(const wxCoord plotEndHeight) | wxPlot | |
| setPlotEndWidth(const wxCoord plotEndWidth) | wxPlot | |
| setPlotStartHeight(const wxCoord plotStartHeight) | wxPlot | |
| setPlotStartWidth(const wxCoord plotStartWidth) | wxPlot | |
| setRadius(const wxCoord radius) | wxPlot | |
| setTicks(const unsigned int ticks) | wxPlot | |
| setTitle(const wxString title) | wxPlot | |
| setXlabel(const wxString xLabel) | wxPlot | |
| setYlabel(const wxString yLabel) | wxPlot | |
| setYlim(const double minY, const double maxY) | wxPlot | |
| wxPlot(wxFrame *parent, const WXPLOT_FIGURE wxPlotFigure=WXPLOT_FIGURE_2D, const WXPLOT_TYPE wxPlotType=WXPLOT_TYPE_LINE) | wxPlot |