diff --git a/cell/apiBuilder.js b/cell/apiBuilder.js index a68a3409a6..376829160a 100644 --- a/cell/apiBuilder.js +++ b/cell/apiBuilder.js @@ -23008,7 +23008,7 @@ var oColor; if (this.rule.aRuleElements && this.rule.aRuleElements[0]) { // Update the axis color in the data bar rule - oColor = this.rule.aRuleElements[0].asc_getAxisColor(); + oColor = this.rule.aRuleElements[0].AxisColor; } if (oColor) { return new ApiColor(oColor);