calculate method

calculate(self)

Calculates the custom position of plot area, axes if the position of them 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):
    ...
ParameterTypeDescription
calculate_optionsChartCalculateOptions

See Also