MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_SetSeriesLinesVisible Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_SetSeriesLinesVisible Function
C
LIB_EXPORT laResult laLineGraphWidget_SetSeriesLinesVisible(
    laLineGraphWidget* graph, 
    int32_t seriesID, 
    laBool visible
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
int32_t seriesID 
the series ID, if negative the last series is referenced 
laBool fill 
Shows the lines between series data points if GFX_TRUE 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite