MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_AddSeries Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_AddSeries Function
C
LIB_EXPORT laResult laLineGraphWidget_AddSeries(
    laLineGraphWidget* graph, 
    uint32_t * seriesID
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
uint32_t * seriesID 
destination of the returned series ID 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite