OHLCPlot Class Reference

#include <ohlcplot.h>

Inheritance diagram for OHLCPlot:

Inheritance graph
[legend]
Collaboration diagram for OHLCPlot:

Collaboration graph
[legend]

List of all members.

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)


Detailed Description

Open-High-Low-Close plot.

TODO:


Member Function Documentation

virtual bool OHLCPlot::AcceptAxis ( Axis axis  )  [protected, virtual]

Checks whether axis is acceptable with this plot.

Parameters:
axis axis to be checked
Returns:
true if axis can be accepted, false overwise

Reimplemented from XYPlot.

virtual bool OHLCPlot::AcceptDataset ( Dataset dataset  )  [protected, virtual]

Checks whether dataset is acceptable with this plot.

Parameters:
dataset dataset to be checked
Returns:
true if dataset can be accepted, false overwise

Reimplemented from XYPlot.

virtual void OHLCPlot::DrawDatasets ( wxDC &  dc,
wxRect  rc 
) [protected, virtual]

Called to draw all datasets.

Parameters:
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.

Parameters:
dc device context
rc rectangle where to draw
dataset OHLC dataset to draw


The documentation for this class was generated from the following file:

Generated on Mon Feb 15 21:32:27 2010 for wxFreeChart by  doxygen 1.5.8