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

PieChart::setAngles() method

@fn void PieChart::setAngles(int newMinAngle, int newMaxAngle); Sets the angles of the pie chart. Sets the angles of the pie chart. Example values could be (-90,90) which will draw a semi donut with a flat bottom, (0,360) will draw a full circle with the first slice starting from the top going clockwise. @see getAngels @see setPieChart

Syntax

void setAngles(int newMinAngle,     int newMaxAngle);
Implemented in PieChart.cpp:85

Arguments

newMinAngle

The minimum angle.

newMaxAngle

The maximum angle.

Notes

The PieChart is not redrawn.

References

Call Tree

Functions calling PieChart::setAngles()
Functions called by PieChart::setAngles()
PieChart::setAngles()
all items filtered out
Data read by PieChart::setAngles()
Data written by PieChart::setAngles()
PieChart::setAngles()