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

laBool - GFX_TRUE if the series lines are visible

MPLAB® Harmony Graphics Suite