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