#include <wxPieCtrl.h>
Public Member Functions | |
wxColour | GetBackColour () |
Returns the colour used for displaying lagend window background. | |
unsigned int | GetHorBorder () |
Returns the size of horizontal border of legend window. | |
wxColour | GetLabelColour () |
Returns the colour used for displaying the labels of sectors. | |
wxFont | GetLabelFont () |
Returns the font used for displaying the labels of sectors. | |
unsigned int | GetVerBorder () |
Returns the size of vertical border of legend window. | |
bool | IsTransparent () |
Returns transparency flag of legend window. | |
void | SetBackColour (wxColour colour) |
Sets the colour used for displaying legend window background. | |
void | SetHorBorder (unsigned int value) |
Sets the size of horizontal border of legend window. | |
void | SetLabelColour (wxColour colour) |
Sets the colour used for displaying the labels of sectors. | |
void | SetLabelFont (wxFont font) |
Sets the font used for displaying the labels of sectors. | |
void | SetTransparent (bool value) |
Sets transparency flag of legend window. | |
void | SetVerBorder (unsigned int value) |
Sets the size of vertical border of legend window. | |
wxPieCtrlLegend (wxPieCtrl *parent, wxString title=wxEmptyString, wxPoint pos=wxPoint(10, 10), wxSize sz=wxDefaultSize, long style=0) | |
Constructor. | |
Friends | |
class | wxPieCtrl |
|
Constructor.
|