PieChart::setPieChart() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

PieChart::setPieChart() method

@fn void PieChart::setPieChart(int newStartAngle, int newEndAngle, int newMinRadius, int newMaxRadius); Sets pie chart. Sets pie chart with the given angles and radiuses by calling setAngles and setRadiuses. Also sets the current shape of the PieChart. @see setAngles @see setRadiuses

Syntax

void setPieChart(int newStartAngle,     int newEndAngle,     int newMinRadius,     int newMaxRadius);
Implemented in PieChart.cpp:98

Arguments

newStartAngle

The start angle.

newEndAngle

The end angle.

newMinRadius

The minimum radius.

newMaxRadius

The maximum radius.

Notes

The PieChart is not redrawn.

References

LocationText
PieChart.cpp:98
void PieChart::setPieChart(int newStartAngle, int newEndAngle, int newMinRadius, int newMaxRadius)
PieChart.hpp:196
void setPieChart(int newStartAngle, int newEndAngle, int newMinRadius, int newMaxRadius);

Call Tree

Functions called by PieChart::setPieChart()
PieChart::setPieChart()