colorLegend.noNull

For Date/Time and Categorical color 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.colorLegend.noNull = true;

Either syntax below can be used in component script:

colorLegend.noNull          // unqualified
Chart1.colorLegend.noNull   // qualified

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