MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetCategoryAxisTicksPosition Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetCategoryAxisTicksPosition Function
C
LIB_EXPORT laResult laBarGraphWidget_SetCategoryAxisTicksPosition(
    laBarGraphWidget* graph, 
    laBarGraphTickPosition position
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBarGraphTickPosition position 
position of the ticks 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite