MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_GetCategoryText Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_GetCategoryText Function
C
LIB_EXPORT laResult laLineGraphWidget_GetCategoryText(
    laLineGraphWidget* graph, 
    uint32_t categoryID, 
    laString * str
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
uint32_t categoryID 
category ID 
laString * str 
destination of the copied string 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite