MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircularGaugeWidget_AddMinorTickLabels( laCircularGaugeWidget* gauge, int32_t startValue, int32_t endValue, uint32_t radius, laCircularGaugeWidgetLabelPosition position, uint32_t interval, laScheme* scheme );
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) |
MPLAB® Harmony Graphics Suite
|