Light High Efficiency Graph Component
en

Qunee Developer Guide

Group Style

The group supports many shapes, internal gap, filling color and border style etc. In addition, the image can be set as the group background

Example

group.groupType = Q.Consts.GROUP_TYPE_ELLIPSE;
group.setStyle(Q.Styles.GROUP_BACKGROUND_COLOR, Q.toColor(0xCCfcfb9b));
group.setStyle(Q.Styles.GROUP_BACKGROUND_GRADIENT, Q.Gradient.LINEAR_GRADIENT_HORIZONTAL);

Operation effect

**
**