MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetStacked Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetStacked Function
C
LIB_EXPORT laResult laBarGraphWidget_SetStacked(
    laBarGraphWidget* graph, 
    laBool stacked
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBool stacked 
if GFX_TRUE, the bars are stacked 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite