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

uint32_t - max value

MPLAB® Harmony Graphics Suite