overlap property
overlap property
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This property is read/write int.
Definition:
@property
def overlap(self):
...
@overlap.setter
def overlap(self, value):
...
See Also
- class
ChartSeriesGroup
- module
aspose.slides.charts
- library
Aspose.Slides