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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite