[se] Fix bug 77365

This commit is contained in:
GoshaZotov
2025-10-07 13:06:39 +03:00
parent 985dfefaf6
commit 83d5fed768

View File

@ -22870,7 +22870,7 @@
* Returns the index indicating which threshold the criteria represents.
* @memberof ApiColorScaleCriterion
* @typeofeditors ["CSE"]
* @returns {number} Returns 1 for minimum threshold, 2 for midpoint (3-color scale) or maximum (2-color scale), and 3 for maximum threshold (3-color scale only).
* @returns {number} Returns 0 for minimum threshold, 1 for midpoint (3-color scale) or maximum (2-color scale), and 2 for maximum threshold (3-color scale only).
* @since 9.1.0
*/
ApiColorScaleCriterion.prototype.GetIndex = function() {