ChartPieSeries Class
| Header: | #include <ChartPieSeries> |
| Inherits: | ChartSeries |
| Inherited By: |
Public Functions
| int | explodeRelativeSizePercent() const |
| int | heightPercent() const |
| bool | isExploded() const |
| int | rotation() const |
| void | setExplodeRelativeSizePercent(int sizePercent) |
| void | setHeightPercent(int heightPercent) |
| void | setRotation(int rotation) |
Detailed Description
Member Function Documentation
int ChartPieSeries::heightPercent() const
Returns the height of the Pie chart in percentage.
See also setHeightPercent().
int ChartPieSeries::rotation() const
Returns the sectors rotation angle in degree of the Pie chart.
Note: Getter function for property rotation.
See also setRotation().
void ChartPieSeries::setHeightPercent(int heightPercent)
Sets the height of the Pie chart to heightPercent. An integer value specifies the height in percentage.
See also heightPercent().
void ChartPieSeries::setRotation(int rotation)
Sets the sectors rotation of the Pie chart to rotation. An integer value specifies the rotation angle in degree.
Note: Setter function for property rotation.
See also rotation().