MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineGraphWidget_SetSeriesFillPoints( laLineGraphWidget* graph, int32_t seriesID, laBool fill );
Parameters |
Description |
laLineGraphWidget* graph |
the widget |
int32_t seriesID |
the series ID, if negative the last series is referenced |
laBool fill |
fills the points if GFX_TRUE |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|