calculate method
calculate
Calculates the custom position of plot area, axes if the position of them are auto assigned.
def calculate(self):
...
calculate
Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options.
def calculate(self, calculate_options):
...
Parameter | Type | Description |
---|---|---|
calculate_options | ChartCalculateOptions |
See Also
- module
aspose.cells.charts
- class
Chart