move method
move(self, count)
Moves the series up or down.
def move(self, count):
...
| Parameter | Type | Description |
|---|---|---|
| count | int | The number of moving up or down. Move the series up if this is less than zero; Move the series down if this is greater than zero. |
See Also
- module
aspose.cells.charts - class
Series