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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite