MPLAB® Harmony Graphics Suite
|
The entry is always added to the end of the set. The index of the new entry is returned thru the index parameter.
LIB_EXPORT laResult laPieChartWidget_AddEntry( laPieChartWidget* chart, int32_t * index );
Parameters |
Description |
laPieChartWidget* chart |
the widget |
int32_t * index |
returns the index of the entry |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|