gap_width property
gap_width property
Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500.
Definition:
@property
def gap_width(self):
...
@gap_width.setter
def gap_width(self, value):
...
See Also
- module
aspose.cells.charts
- class
Chart