MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_SetTickLength Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_SetTickLength Function
C
LIB_EXPORT laResult laLineGraphWidget_SetTickLength(
    laLineGraphWidget* graph, 
    uint32_t length
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
uint32_t length 
length in pixels 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite