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);
void SetBarPen(wxPen barPen)
Definition: ohlcbarrenderer.h:30
Definition: ohlcrenderer.h:28
const wxPen & GetBarPen()
Definition: ohlcbarrenderer.h:40
Definition: ohlcbarrenderer.h:18
virtual void DrawItem(wxDC &dc, wxCoord x, wxCoord open, wxCoord high, wxCoord low, wxCoord close)=0