MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laBarGraphWidget_SetValueAxisTicksPosition Function
MPLAB® Harmony Graphics Suite
laBarGraphWidget_SetValueAxisTicksPosition Function
C
LIB_EXPORT laResult laBarGraphWidget_SetValueAxisTicksPosition(
    laBarGraphWidget* graph, 
    laBarGraphValueAxis axis, 
    laBarGraphTickPosition position
);
Parameters
Parameters 
Description 
laBarGraphWidget* graph 
the widget 
laBarGraphValueAxis axis 
the value axis index 
laBarGraphTickPosition position 
the tick position 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite