MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetMaxValue Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetMaxValue Function
C
LIB_EXPORT laResult laBarGraphWidget_SetMaxValue(
    laBarGraphWidget* graph, 
    laBarGraphValueAxis axis, 
    int32_t value
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBarGraphValueAxis axis 
the value axis index 
int32_t value 
max value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite