Structure: laCircularGaugeTick_t
Contains properties of the ticks in the gauge
typedef struct laCircularGaugeTick_t { int32_t startValue; int32_t endValue; uint32_t interval; uint32_t radius; uint32_t length; laScheme* scheme; } laCircularGaugeTick;
None.