MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_GetSeriesFillPoints Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_GetSeriesFillPoints Function
C
LIB_EXPORT laBool laLineGraphWidget_GetSeriesFillPoints(
    laLineGraphWidget* graph, 
    uint32_t seriesID
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
Returns

laBool - GFX_TRUE if the series points are filled

MPLAB® Harmony Graphics Suite