MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_SetValueAxisSubticksPosition Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_SetValueAxisSubticksPosition Function
C
LIB_EXPORT laResult laLineGraphWidget_SetValueAxisSubticksPosition(
    laLineGraphWidget* graph, 
    laLineGraphValueAxis axis, 
    laLineGraphTickPosition position
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
laLineGraphValueAxis axis 
the value axis index 
laLineGraphTickPosition position 
position of the subticks 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite