GroupGap Property
The GroupGap property specifies the space between bar chart groups. Returns a Double.
Syntax
object.GroupGap
object.GroupGap = GroupGap
Parameter | Type | Description |
GroupGap | Double | required, group gap value in percent between 0 and 5000. |
Remarks
Polar Bar Charts cannot have adjacent groups.
Example 1
The following example returns the GroupGap property.
Debug.Print Graph1.GroupGap
Example 2
The following example demonstrates how to set the group gap to 15%.
Graph1.GroupGap = 15
Used by: AutoGraph Object