#include <wxPieCtrl.h>
Inheritance diagram for wxPieCtrl:
Public Member Functions | |
wxColour | GetBackColour () |
Returns the background colour of the control. | |
wxPieCtrlLegend * | GetLegend () |
Returns the pointer of diagram legend. | |
bool | GetShowEdges () |
Returns true if the edges of diagram are shown, otherwise returns false. | |
void | SetAngle (double angle) |
Sets the angle of vertical rotation. | |
void | SetBackColour (wxColour colour) |
Sets the background colour of the control. | |
void | SetBackground (wxBitmap bmp) |
Sets the background bitmap of the control. | |
void | SetHeight (int value) |
Sets the height of pie diagram. | |
void | SetRotationAngle (double angle) |
Sets the angle of horizontal rotation. | |
void | SetShowEdges (bool value) |
Shows or hides edges of diagram. | |
wxPieCtrl (wxWindow *parent, wxWindowID id=wxID_ANY, wxPoint pos=wxDefaultPosition, wxSize sz=wxDefaultSize, long style=0, wxString name=wxT("wxPieCtrl")) | |
Constructor. | |
Public Attributes | |
wxPieSeries | m_Series |
An array of wxPiePart objects for storing information about sectors. |
|
Constructor.
|
|
Shows or hides edges of diagram.
|