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):
    ...
ParameterTypeDescription
calculate_optionsChartCalculateOptions

See Also