MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetSeriesScheme Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetSeriesScheme Function
C
LIB_EXPORT laResult laBarGraphWidget_SetSeriesScheme(
    laBarGraphWidget* graph, 
    int32_t seriesID, 
    laScheme * scheme
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
int32_t seriesID 
the series ID, if negative the last series is referenced 
laScheme * scheme 
the color scheme 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite