| 
| 
  | 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) | 
|   | 
| 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 Symbol *  | GetSerieSymbol (size_t serie) | 
|   | returns symbol for serie.  More...
  | 
|   | 
| virtual void  | DrawLegendSymbol (wxDC &dc, wxRect rcSymbol, size_t serie) | 
|   | Draws legend symbol.  More...
  | 
|   | 
| 
void  | AddRef () | 
|   | 
| 
void  | Unref () | 
|   | 
| 
int  | RefCount () | 
|   | 
Definition at line 15 of file xyarearenderer.h.
 
  
  
      
        
          | virtual 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 file: