MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCircularGaugeWidget_AddMinorTickLabels Function
MPLAB® Harmony Graphics Suite
laCircularGaugeWidget_AddMinorTickLabels Function
C
LIB_EXPORT laResult laCircularGaugeWidget_AddMinorTickLabels(
    laCircularGaugeWidget* gauge, 
    int32_t startValue, 
    int32_t endValue, 
    uint32_t radius, 
    laCircularGaugeWidgetLabelPosition position, 
    uint32_t interval, 
    laScheme* scheme
);
Parameters
Parameters 
Description 
laCircularGaugeWidget* gauge 
the widget 
int32_t startValue 
the start value of the reference tick points (must be within gauge range) 
int32_t endValue 
the end value of the reference tick points (must be within gauge range) 
uint32_t radius 
the radius of the reference tick points 
uint32_t position 
the position of the label relative to the tick points 
uint32_t interval 
the interval between ticks 
laScheme* scheme 
scheme used for drawing the tick (uses foreground) 
Returns
MPLAB® Harmony Graphics Suite