Structure: typedef struct laCircularGaugeLabel_t
Contains properties of the labels in the gauge
typedef struct laCircularGaugeLabel_t { int32_t startValue; int32_t endValue; uint32_t interval; uint32_t radius; laCircularGaugeWidgetLabelPosition position; laScheme* scheme; } laCircularGaugeLabel;
None.