|
virtual void | Draw (wxDC &dc, wxRect rc, Axis *horizAxis, Axis *vertAxis, XYDataset *dataset) |
|
virtual void | Draw (wxDC &dc, wxRect rcData, wxCoord x0, wxCoord y0, wxCoord x1, wxCoord y1) |
|
virtual void | SetSerieColour (size_t serie, wxColour *color) |
|
virtual wxColour | GetSerieColour (size_t serie) |
|
virtual void | SetSerieSymbol (size_t serie, Symbol *symbol) |
|
virtual Symbol * | GetSerieSymbol (size_t serie) |
|
virtual void | DrawLegendSymbol (wxDC &dc, wxRect rcSymbol, size_t serie) |
|
void | AddObserver (DrawObserver *_observer) |
|
void | RemoveObserver (DrawObserver *_observer) |
|
void | AddRef () |
|
void | Unref () |
|
int | RefCount () |
|
void XYAreaRenderer::Draw |
( |
wxDC & |
dc, |
|
|
wxRect |
rc, |
|
|
Axis * |
horizAxis, |
|
|
Axis * |
vertAxis, |
|
|
XYDataset * |
dataset |
|
) |
| |
|
virtual |
Draws dataset.
- Parameters
-
dc | device context |
rc | rectangle where to draw |
horizAxis | horizontal axis |
vertAxis | vertical axis |
dataset | dataset to be drawn |
Implements XYRenderer.
The documentation for this class was generated from the following files:
- /home/bishop/work/projects/nextgismanager/include/freechart/wx/xy/xyarearenderer.h
- /home/bishop/work/projects/nextgismanager/src/freechart/xy/xyarearenderer.cpp