10 #ifndef GANTTRENDERER_H_ 11 #define GANTTRENDERER_H_ 13 #include <wx/axis/dateaxis.h> 14 #include <wx/axis/categoryaxis.h> 15 #include <wx/gantt/ganttdataset.h> 52 void SetSerieDraw(
size_t serie,
AreaDraw *areaDraw);
54 AreaDraw *GetSerieDraw(
size_t serie);
56 void SetBarWidth(
int barWidth)
58 if (m_barWidth != barWidth)
59 m_barWidth = barWidth;
Base class for all renderers.
An axis for displaying category names.
Collection of areadraws for series.
An axis for displaying date/time values.
Gantt chart dataset base class.
Base class for drawing area background.
virtual void DrawLegendSymbol(wxDC &dc, wxRect rcSymbol, size_t serie)
Draws legend symbol.