MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_AddCategory Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_AddCategory Function
C
LIB_EXPORT laResult laBarGraphWidget_AddCategory(
    laBarGraphWidget* graph, 
    uint32_t * id
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
uint32_t * id 
destination of the ID of the new category 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite