MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laPieChartWidget_SetEntryValue( laPieChartWidget* chart, uint32_t index, uint32_t value );
Parameters |
Description |
laPieChartWidget* chart |
the widget |
uint32_t index |
entry index |
uint32_t value |
entry value |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|