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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite