MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laPieChartWidget_AddEntry Function
MPLAB® Harmony Graphics Suite
laPieChartWidget_AddEntry Function

The entry is always added to the end of the set. The index of the new entry is returned thru the index parameter.

C
LIB_EXPORT laResult laPieChartWidget_AddEntry(
    laPieChartWidget* chart, 
    int32_t * index
);
Parameters
Parameters 
Description 
laPieChartWidget* chart 
the widget 
int32_t * index 
returns the index of the entry 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite