MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_AddDataToSeries Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_AddDataToSeries Function
C
LIB_EXPORT laResult laBarGraphWidget_AddDataToSeries(
    laBarGraphWidget* graph, 
    uint32_t seriesID, 
    int32_t value, 
    uint32_t * index
);
Parameters
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 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite