10 #ifndef OHLCBARRENDERER_H_ 11 #define OHLCBARRENDERER_H_ 13 #include <wx/ohlc/ohlcrenderer.h> 24 virtual void DrawItem(wxDC &dc, wxCoord x, wxCoord open, wxCoord high, wxCoord low, wxCoord close);
virtual void DrawItem(wxDC &dc, wxCoord x, wxCoord open, wxCoord high, wxCoord low, wxCoord close)=0
Draws item.
void SetBarPen(wxPen barPen)
Sets pen to draw bars.
OHLC renderer for displaying bars.
const wxPen & GetBarPen()
Return pen to draw bars.
Base class for rendering OHLC data.