13 #include <wx/xy/xyplot.h> 14 #include <wx/ohlc/ohlcdataset.h> 42 virtual void DrawOHLCDataset(wxDC &dc, wxRect rc,
OHLCDataset *dataset);
virtual bool AcceptAxis(Axis *axis)
Checks whether axis is acceptable with this plot.
Open-High-Low-Close datasets base class.
virtual void DrawDatasets(wxDC &dc, wxRect rc)
Called to draw all datasets.
Open-High-Low-Close plot.
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.