PiePlot Class Reference

#include <pieplot.h>

Inheritance diagram for PiePlot:

Inheritance graph
[legend]
Collaboration diagram for PiePlot:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void SetDataset (CategoryDataset *dataset)
void SetUsedSerie (size_t serie)
void SetColorScheme (ColorScheme *cs)
void Set3DView (bool use3DView)
void SetEllipticAspect (float ellipticAspect)
virtual void DatasetChanged (Dataset *dataset)

Protected Member Functions

virtual bool HasData ()
virtual void DrawData (wxDC &dc, wxRect rc)


Detailed Description

Pie plot. TODO: initial quick and dirty, must be cleaned up or rewritten.

Member Function Documentation

virtual void PiePlot::DrawData ( wxDC &  dc,
wxRect  rc 
) [protected, virtual]

Perform data rendering. Must be overriden by derivative classes.

Parameters:
dc device context
rc rectangle where to draw

Implements Plot.

virtual bool PiePlot::HasData (  )  [protected, virtual]

Checks whether plot has data. Must be overriden by derivative classes.

Returns:
true if plot has data, false overwise

Implements Plot.


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

Generated on Mon Feb 15 21:32:28 2010 for wxFreeChart by  doxygen 1.5.8