14 #include <wx/xy/xyplot.h> 16 #include <wx/category/categorydataset.h> virtual bool AcceptAxis(Axis *axis)
Checks whether axis is acceptable with this plot.
virtual void DrawDatasets(wxDC &dc, wxRect rc)
Called to draw all datasets.
Base class for all datasets (XYDatasets, XYZDatasets, CategoryDatasets, OHLCDatasets, etc).
An plot for displaying XY data values.
virtual bool AcceptDataset(Dataset *dataset)
Checks whether dataset is acceptable with this plot.
Plot for displaying histograms with values at one axis and category names at other.