13 #include <wx/wxfreechartdefs.h> 14 #include <wx/drawobject.h> 15 #include <wx/refobject.h> 34 virtual void SetSerieColour(
size_t serie, wxColour *color);
40 virtual wxColour GetSerieColour(
size_t serie);
47 virtual void SetSerieSymbol(
size_t serie,
Symbol *symbol);
53 virtual Symbol *GetSerieSymbol(
size_t serie);
61 virtual void DrawLegendSymbol(wxDC &dc, wxRect rcSymbol,
size_t serie);
64 ColorMap m_serieColours;
65 SymbolMap m_serieSymbols;
Base class for all renderers.
Object with reference counter.
Base class for objects drawn on chart or perform drawing of another objects (like renderers...