Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin committed Jun 26, 2024
1 parent 4442015 commit eaa706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions word/apiBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -16081,9 +16081,9 @@

/**
* Tries to change the type of the series. Returns true in case of success.
* @memberof ApiChart
* @memberof ApiChartSeries
* @typeofeditors ["CDE", "CPE", "CSE"]
* @param {ChartType} sType - Series index.
* @param {ChartType} sType - Chart type.
* @returns {boolean}
*/
ApiChartSeries.prototype.ChangeChartType = function(sType)
Expand Down

0 comments on commit eaa706f

Please sign in to comment.