smooth property
smooth property
Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts.
Definition:
@property
def smooth(self):
...
@smooth.setter
def smooth(self, value):
...
See Also
- module
aspose.cells.charts
- class
Series