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

laLineGraphTickPosition - the tick position

MPLAB® Harmony Graphics Suite