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