#include <ohlcplot.h>


Protected Member Functions | |
| virtual bool | AcceptAxis (Axis *axis) |
| virtual bool | AcceptDataset (Dataset *dataset) |
| virtual void | DrawDatasets (wxDC &dc, wxRect rc) |
| virtual void | DrawOHLCDataset (wxDC &dc, wxRect rc, OHLCDataset *dataset) |
TODO:
| virtual bool OHLCPlot::AcceptAxis | ( | Axis * | axis | ) | [protected, virtual] |
Checks whether axis is acceptable with this plot.
| axis | axis to be checked |
Reimplemented from XYPlot.
| virtual bool OHLCPlot::AcceptDataset | ( | Dataset * | dataset | ) | [protected, virtual] |
Checks whether dataset is acceptable with this plot.
| dataset | dataset to be checked |
Reimplemented from XYPlot.
| virtual void OHLCPlot::DrawDatasets | ( | wxDC & | dc, | |
| wxRect | rc | |||
| ) | [protected, virtual] |
Called to draw all datasets.
| dc | device context | |
| rc | rectangle where to draw |
Reimplemented from XYPlot.
| virtual void OHLCPlot::DrawOHLCDataset | ( | wxDC & | dc, | |
| wxRect | rc, | |||
| OHLCDataset * | dataset | |||
| ) | [protected, virtual] |
Draw single OHLC dataset.
| dc | device context | |
| rc | rectangle where to draw | |
| dataset | OHLC dataset to draw |
1.5.8