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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite