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

PieChart::setCenter() method

@fn void PieChart::setCenter(int newCenterX, int newCenterY); Sets a center of the pie chart. Sets a center of the pie chart relative to the top left corner of the widget.

Syntax

void setCenter(int newCenterX,     int newCenterY);
Implemented in PieChart.cpp:109

Arguments

newCenterX

The center x coordinate.

newCenterY

The center y coordinate.

Notes

The PieChart is not redrawn. It is recommended to issue an invalidate before and after calling setCenter.

References

LocationText
PieChart.cpp:109
void PieChart::setCenter(int newCenterX, int newCenterY)
PieChart.hpp:243
void setCenter(int newCenterX, int newCenterY);

Call Tree

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