MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_SetSeriesScheme( laBarGraphWidget* graph, int32_t seriesID, laScheme * scheme );
Parameters |
Description |
laBarGraphWidget* 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
|