MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_SetDataInSeries( laBarGraphWidget* graph, uint32_t seriesID, uint32_t index, int32_t value );
Parameters |
Description |
laBarGraphWidget* graph |
the widget |
uint32_t seriesID |
the series ID |
uint32_t index |
the index of the data |
int32_t value |
the value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|