calculate method
calculate(self)
Calculates the custom positions of the plot area and axes if their positions are auto-assigned.
def calculate(self):
...
calculate(self, calculate_options)
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 | aspose.cells.charts.ChartCalculateOptions |
See Also
- module
aspose.cells.charts - class
Chart