MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_SetStringTable Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_SetStringTable Function
C
LIB_EXPORT laResult laLineGraphWidget_SetStringTable(
    laLineGraphWidget* graph, 
    GFXU_StringTableAsset * stringTable
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
GFXU_StringTableAsset * stringTable 
the string table 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite