10 #ifndef XYHISTORENDERER_H_ 11 #define XYHISTORENDERER_H_ 13 #include <wx/xy/xyrenderer.h> 14 #include <wx/areadraw.h> 39 void SetBarArea(
size_t serie,
AreaDraw *barArea);
54 void DrawBar(
int serie, wxDC &dc, wxRect rcData, wxCoord x, wxCoord y);
virtual void Draw(wxDC &dc, wxRect rc, Axis *horizAxis, Axis *vertAxis, XYDataset *dataset)=0
Draws dataset.
Base class for all XYDataset renderers.
Collection of areadraws for series.
Base class for objects drawn on chart or perform drawing of another objects (like renderers...
Renderer for displaying XY data as histograms.
Base class for XY datasets.
Base class for drawing area background.