MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetValueAxisLabelsVisible Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetValueAxisLabelsVisible Function
C
LIB_EXPORT laResult laBarGraphWidget_SetValueAxisLabelsVisible(
    laBarGraphWidget* graph, 
    laBarGraphValueAxis axis, 
    laBool visible
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBarGraphValueAxis axis 
the value axis index 
laBool visible 
shows the labels if GFX_TRUE 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite