13 #include <wx/axisplot.h> 14 #include <wx/axis/numberaxis.h> 16 #include <wx/xy/xydataset.h> 17 #include <wx/xy/xyrenderer.h> 44 void DrawXYDataset(wxDC &dc, wxRect rc,
XYDataset *dataset);
virtual bool AcceptDataset(Dataset *dataset)=0
Checks whether dataset is acceptable with this plot.
virtual void DrawDatasets(wxDC &dc, wxRect rc)=0
Called to draw all datasets.
Base class for all datasets (XYDatasets, XYZDatasets, CategoryDatasets, OHLCDatasets, etc).
An plot for displaying XY data values.
Base class for XY datasets.
Base class for plots that supports axes.
virtual bool AcceptAxis(Axis *axis)=0
Checks whether axis is acceptable with this plot.