Structure: laCircularGaugeArc_t
Describs the arc instances in the circular gauge widget
typedef struct laCircularGaugeArc_t { laCircularGaugeWidgetArcType type; int32_t startAngle; int32_t endAngle; int32_t startValue; int32_t endValue; uint32_t radius; uint32_t thickness; laScheme* scheme; } laCircularGaugeArc;
None.