MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetFillGraphArea Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetFillGraphArea Function
C
LIB_EXPORT laResult laBarGraphWidget_SetFillGraphArea(
    laBarGraphWidget* graph, 
    laBool fill
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBool fill 
if GFX_TRUE, fills the graph area 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite