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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite