Calculate

ChartDataCell.Calculate method

If the cell contains a formula, the value will be updated base on that formula.

public void Calculate(bool updateValues)
ParameterTypeDescription
updateValuesBooleanIf false, no actual calculation will be performed. Use true for possible exceptions check.

See Also