MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineGraphWidget_SetSeriesLinesVisible( laLineGraphWidget* graph, int32_t seriesID, laBool visible );
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 |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|