wxFreeChart
Public Member Functions | List of all members
XYAreaRenderer Class Reference
Inheritance diagram for XYAreaRenderer:
Inheritance graph
[legend]
Collaboration diagram for XYAreaRenderer:
Collaboration graph
[legend]

Public Member Functions

 XYAreaRenderer (const wxPen &outlinePen=*wxTRANSPARENT_PEN, const wxBrush &areaBrush=*wxGREY_BRUSH)
 
virtual void Draw (wxDC &dc, wxRect rc, Axis *horizAxis, Axis *vertAxis, XYDataset *dataset)
 Draws dataset. More...
 
virtual void Draw (wxDC &dc, wxRect rcData, wxCoord x0, wxCoord y0, wxCoord x1, wxCoord y1)
 
- Public Member Functions inherited from Renderer
virtual void SetSerieColour (size_t serie, wxColour *color)
 Sets color for serie. More...
 
virtual wxColour GetSerieColour (size_t serie)
 Returns serie color. More...
 
virtual void SetSerieSymbol (size_t serie, Symbol *symbol)
 Sets symbol for serie. More...
 
virtual SymbolGetSerieSymbol (size_t serie)
 returns symbol for serie. More...
 
virtual void DrawLegendSymbol (wxDC &dc, wxRect rcSymbol, size_t serie)
 Draws legend symbol. More...
 
- Public Member Functions inherited from RefObject
void AddRef ()
 
void Unref ()
 
int RefCount ()
 

Detailed Description

Definition at line 15 of file xyarearenderer.h.

Member Function Documentation

virtual void XYAreaRenderer::Draw ( wxDC &  dc,
wxRect  rc,
Axis horizAxis,
Axis vertAxis,
XYDataset dataset 
)
virtual

Draws dataset.

Parameters
dcdevice context
rcrectangle where to draw
horizAxishorizontal axis
vertAxisvertical axis
datasetdataset to be drawn

Implements XYRenderer.


The documentation for this class was generated from the following file: