#include <barplot.h>
Protected Member Functions | |
virtual bool | AcceptAxis (Axis *axis) |
virtual bool | AcceptDataset (Dataset *dataset) |
virtual void | DrawDatasets (wxDC &dc, wxRect rc) |
virtual bool BarPlot::AcceptAxis | ( | Axis * | axis | ) | [protected, virtual] |
Checks whether axis is acceptable with this plot.
axis | axis to be checked |
Reimplemented from XYPlot.
virtual bool BarPlot::AcceptDataset | ( | Dataset * | dataset | ) | [protected, virtual] |
Checks whether dataset is acceptable with this plot.
dataset | dataset to be checked |
Reimplemented from XYPlot.
virtual void BarPlot::DrawDatasets | ( | wxDC & | dc, | |
wxRect | rc | |||
) | [protected, virtual] |
Called to draw all datasets.
dc | device context | |
rc | rectangle where to draw |
Reimplemented from XYPlot.