ChartDoughnutSeries2D Class

Header: #include <ChartDoughnutSeries2D>
Inherits: ChartPieSeries2D
Inherited By:

ChartDoughnutSeries3D

Public Functions

int holePercent() const
void setHolePercent(int holePercent)

Detailed Description

Member Function Documentation

int ChartDoughnutSeries2D::holePercent() const

Returns the hole of the Pie chart in percentage.

Note: Getter function for property holePercent.

See also setHolePercent().

void ChartDoughnutSeries2D::setHolePercent(int holePercent)

Sets the hole size of the Pie chart to holePercent. An integer value specifies the hole size in percentage.

Note: Setter function for property holePercent.

See also holePercent().