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

laBarGraphTickPosition - the tick position

MPLAB® Harmony Graphics Suite