sortOthersLast

If set to true (default), when ‘Group all others together’ is enabled for Top/Bottom ranking in the ‘Edit Dimension’ panel of the Chart Editor, this places the ‘Others’ group after all the ranked groups, regardless of the specified dimension sorting. (See Create a Chart for information about dimension ranking.)

If set to false, the ‘Others’ group is placed according to the specified ‘Sort’ setting in the ‘Edit Dimension’ panel.

Type

Boolean

true: Place ‘Others’ last
false: Place ‘Others’ according to specified ‘Sort’ setting

Example

sortOthersLast = false;

Either syntax below can be used in component script:

sortOthersLast          // unqualified
Chart1.sortOthersLast   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.