MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laPieChartWidget_GetOrigin( laPieChartWidget* chart, int32_t* x, int32_t* y );
Parameters |
Description |
laPieChartWidget* chart |
the widget |
int32_t* x |
pointer to an integer pointer to store x |
int32_t* y |
pointer to an integer pointer to store y |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|