sizeLegend.noNull

For Date/Time and Categorical size legends, set to true to suppress the display of null dimension values in the legend. When false (default), null values are represented without a label in the legend.

Type

Boolean

Examples

Chart1.sizeLegend.noNull = true;

Either syntax below can be used in component script:

sizeLegend.noNull          // unqualified
Chart1.sizeLegend.noNull   // qualified

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