MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_GetSeriesScheme Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_GetSeriesScheme Function
C
LIB_EXPORT laScheme * laBarGraphWidget_GetSeriesScheme(
    laBarGraphWidget* graph, 
    uint32_t seriesID
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
Returns

laScheme * - scheme of the specified series

MPLAB® Harmony Graphics Suite