MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineGraphWidget_SetSeriesPointType( laLineGraphWidget* graph, int32_t seriesID, laLineGraphDataPointType type );
Parameters |
Description |
laLineGraphWidget* graph |
the widget |
int32_t seriesID |
the series ID, if negative the last series is referenced |
laLineGraphDataPointType type |
point type |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|