MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCircularGaugeWidget_AddMinorTicks Function
MPLAB® Harmony Graphics Suite
laCircularGaugeWidget_AddMinorTicks Function
C
LIB_EXPORT laResult laCircularGaugeWidget_AddMinorTicks(
    laCircularGaugeWidget* gauge, 
    int32_t startValue, 
    int32_t endValue, 
    uint32_t radius, 
    uint32_t length, 
    uint32_t interval, 
    laScheme* scheme
);
Parameters
Parameters 
Description 
laCircularGaugeWidget* gauge 
the widget 
int32_t startValue 
the start value of the ticks (must be within gauge range) 
int32_t endValue 
the end value of the ticks (must be within gauge range) 
uint32_t radius 
the radius of the ticks 
uint32_t length 
the length of the ticks (drawn inward towards center) 
uint32_t interval 
the interval between ticks 
laScheme* scheme 
scheme used for drawing the tick (uses foreground) 
Returns
MPLAB® Harmony Graphics Suite