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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite