MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laPieChartWidget_SetStringTable Function
MPLAB® Harmony Graphics Suite
laPieChartWidget_SetStringTable Function
C
LIB_EXPORT laResult laPieChartWidget_SetStringTable(
    laPieChartWidget * chart, 
    GFXU_StringTableAsset * stringTable
);
Parameters
Parameters 
Description 
laPieChartWidget* chart 
the widget 
GFXU_StringTableAsset * stringTable 
the string table to use 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite