setLabelAliasOfSizeLegend(value, alias)
Replace the specified label in the size legend with an alias. Note: There is no corresponding “getter” function.
Examples
Chart1.setLabelAliasOfSizeLegend('NJ','New Jersey');
Chart1.setLabelAliasOfSizeLegend('NY','New York');

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |