OHLC renderer for displaying bars.
More...
#include <ohlcbarrenderer.h>
OHLC renderer for displaying bars.
Definition at line 18 of file ohlcbarrenderer.h.
virtual void OHLCBarRenderer::DrawItem |
( |
wxDC & |
dc, |
|
|
wxCoord |
x, |
|
|
wxCoord |
open, |
|
|
wxCoord |
high, |
|
|
wxCoord |
low, |
|
|
wxCoord |
close |
|
) |
| |
|
virtual |
Draws item.
- Parameters
-
dc | device context |
x | coordinate |
open | open value in graphical coordinates |
high | high value in graphical coordinates |
low | low value in graphical coordinates |
close | close value in graphical coordinates |
Implements OHLCRenderer.
const wxPen& OHLCBarRenderer::GetBarPen |
( |
| ) |
|
|
inline |
Return pen to draw bars.
- Returns
- pen to draw bars
Definition at line 39 of file ohlcbarrenderer.h.
void OHLCBarRenderer::SetBarPen |
( |
wxPen |
barPen | ) |
|
|
inline |
The documentation for this class was generated from the following file: