MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetCategoryText Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetCategoryText Function
C
LIB_EXPORT laResult laBarGraphWidget_SetCategoryText(
    laBarGraphWidget* graph, 
    int32_t categoryID, 
    laString str
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
int32_t categoryID 
category ID, if -1 the last category is assigned 
laString str 
the string to use 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite