MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laPieChartWidget_GetOrigin Function
MPLAB® Harmony Graphics Suite
laPieChartWidget_GetOrigin Function
C
LIB_EXPORT laResult laPieChartWidget_GetOrigin(
    laPieChartWidget* chart, 
    int32_t* x, 
    int32_t* y
);
Parameters
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 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite